bloom_db 0.1.5 copy "bloom_db: ^0.1.5" to clipboard
bloom_db: ^0.1.5 copied to clipboard

Core ORM runtime and annotations for Bloom framework. SQLite and PostgreSQL, QuerySet API modeled on djangors-orm.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloom_db

With Flutter:

 $ flutter pub add bloom_db

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

dependencies:
  bloom_db: ^0.1.5

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

Import it

Now in your Dart code, you can use:

import 'package:bloom_db/bloom_db.dart';
0
likes
130
points
457
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Core ORM runtime and annotations for Bloom framework. SQLite and PostgreSQL, QuerySet API modeled on djangors-orm.

Repository (GitHub)
View/report issues

Topics

#bloom #orm #database #postgres #sqlite

License

MIT (license)

Dependencies

meta, postgres, sqlite3

More

Packages that depend on bloom_db