sqliterawalvee 0.0.1-3490100
sqliterawalvee: ^0.0.1-3490100 copied to clipboard
SQLite raw dart ffi, no alterations, so you can use full SQLite C API
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sqliterawalveeWith Flutter:
$ flutter pub add sqliterawalveeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqliterawalvee: ^0.0.1-3490100Alternatively, 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:sqliterawalvee/sqliterawalvee.dart';