sqlitec 0.0.3 copy "sqlitec: ^0.0.3" to clipboard
sqlitec: ^0.0.3 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.3

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
150
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, code_builder, collection, dart_style, glob, path, source_gen, sqlparser

More

Packages that depend on sqlitec