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

A type-safe ORM for Dart powered by Sequelize. Supports PostgreSQL, MySQL, MariaDB, SQLite, and MSSQL with code generation, model annotations, associations, and query building.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sequelize_orm

With Flutter:

 $ flutter pub add sequelize_orm

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

dependencies:
  sequelize_orm: ^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:sequelize_orm/sequelize_orm.dart';
2
likes
140
points
911
downloads

Publisher

unverified uploader

Weekly Downloads

A type-safe ORM for Dart powered by Sequelize. Supports PostgreSQL, MySQL, MariaDB, SQLite, and MSSQL with code generation, model annotations, associations, and query building.

Repository (GitHub)
View/report issues
Contributing

Topics

#orm #database #sql #postgres #code-generation

Documentation

API reference

License

MIT (license)

Dependencies

meta, path

More

Packages that depend on sequelize_orm