dormql 0.2.0 copy "dormql: ^0.2.0" to clipboard
dormql: ^0.2.0 copied to clipboard

Dart Object-Relational Mapping

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dormql

With Flutter:

 $ flutter pub add dormql

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

dependencies:
  dormql: ^0.2.0

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:dormql/dorm.dart';
import 'package:dormql/tool/db_generator.dart';
import 'package:dormql/tool/db_schema_generator.dart';
import 'package:dormql/tool/entity_generator.dart';
import 'package:dormql/tool/migration_generator.dart';
import 'package:dormql/tool/schema_diff_generator.dart';
1
likes
130
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Dart Object-Relational Mapping

Repository (GitHub)
View/report issues

Topics

#orm #database #dart #orm-framework

Documentation

API reference

License

unknown (license)

Dependencies

analyzer, build, collection, crypto, dart_style, postgres, source_gen, sqlite3

More

Packages that depend on dormql