sequelize_orm 0.1.3
sequelize_orm: ^0.1.3 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_ormThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sequelize_orm: ^0.1.3Alternatively, 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:sequelize_orm/sequelize_orm.dart';