alchemy 0.1.1 copy "alchemy: ^0.1.1" to clipboard
alchemy: ^0.1.1 copied to clipboard

outdatedDart 1 only

A document database mapper. Presently backed by MongoDB, but with plans for other databases in future.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add alchemy

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  alchemy: ^0.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:alchemy/core.dart';
import 'package:alchemy/server.dart';
0
likes
25
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A document database mapper. Presently backed by MongoDB, but with plans for other databases in future.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bson, collection, mongo_dart, stack_trace, uri, uuid

More

Packages that depend on alchemy