phorm_sqlite 1.3.0 copy "phorm_sqlite: ^1.3.0" to clipboard
phorm_sqlite: ^1.3.0 copied to clipboard

The SQLite driver and connection manager implementation for the PHORM.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add phorm_sqlite

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

dependencies:
  phorm_sqlite: ^1.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:phorm_sqlite/phorm_sqlite.dart';
1
likes
150
points
417
downloads
screenshot

Documentation

API reference

Publisher

verified publisherinterlib.dev

Weekly Downloads

The SQLite driver and connection manager implementation for the PHORM.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, meta, path, path_provider, phorm, sqlite3, sqlite3_flutter_libs, sqlite3_web

More

Packages that depend on phorm_sqlite