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

Seshat ORM for pure Dart servers with a query builder, typed models, relationships, and migrations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add seshat

With Flutter:

 $ flutter pub add seshat

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

dependencies:
  seshat: ^0.1.1

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:seshat/seshat.dart';
0
likes
160
points
69
downloads

Documentation

API reference

Publisher

verified publishergaitco.com

Weekly Downloads

Seshat ORM for pure Dart servers with a query builder, typed models, relationships, and migrations.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

meta, postgres, sqlite3

More

Packages that depend on seshat