sql_serializable 0.1.1-dev.0 copy "sql_serializable: ^0.1.1-dev.0" to clipboard
sql_serializable: ^0.1.1-dev.0 copied to clipboard

A code generator & runtime library for converting Dart classes to/from SQL.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sql_serializable

With Flutter:

 $ flutter pub add sql_serializable

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

dependencies:
  sql_serializable: ^0.1.1-dev.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:sql_serializable/sql_serializable.dart';
2
likes
130
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

A code generator & runtime library for converting Dart classes to/from SQL.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, collection, grammer, meta, source_gen, source_helper

More

Packages that depend on sql_serializable