sqlitec 0.0.2+2 copy "sqlitec: ^0.0.2+2" to clipboard
sqlitec: ^0.0.2+2 copied to clipboard

Automatically generate code for converting sqlite to dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqlitec

With Flutter:

 $ flutter pub add sqlitec

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

dependencies:
  sqlitec: ^0.0.2+2

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:sqlitec/sqlitec.dart';
4
likes
130
points
151
downloads

Publisher

unverified uploader

Weekly Downloads

Automatically generate code for converting sqlite to dart.

Repository (GitHub)
View/report issues

Topics

#sqlite #build-runner #sqlc #codegen

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

build, change_case, collection, dart_style, flutter_lints, glob, markdown, path, source_gen, sqlparser

More

Packages that depend on sqlitec