comon_orm_sqlite 0.0.1-alpha copy "comon_orm_sqlite: ^0.0.1-alpha" to clipboard
comon_orm_sqlite: ^0.0.1-alpha copied to clipboard

SQLite adapter for comon_orm with embedded runtime, rebuild-based migrations, and schema introspection.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate comon_orm_sqlite

Use it

The package has the following executables:

$ comon_orm_sqlite

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add comon_orm_sqlite

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

dependencies:
  comon_orm_sqlite: ^0.0.1-alpha

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:comon_orm_sqlite/comon_orm_sqlite.dart';
0
likes
0
points
185
downloads

Documentation

Documentation

Publisher

verified publisherserezhia.ru

Weekly Downloads

SQLite adapter for comon_orm with embedded runtime, rebuild-based migrations, and schema introspection.

Repository (GitHub)
View/report issues

Topics

#orm #prisma #sqlite #migrations #codegen

License

unknown (license)

Dependencies

comon_orm, sqlite3

More

Packages that depend on comon_orm_sqlite