quantum_sqlite 0.1.1 copy "quantum_sqlite: ^0.1.1" to clipboard
quantum_sqlite: ^0.1.1 copied to clipboard

PlatformiOSmacOS

A wrapper around the sqlite library. Using libsimple and jieba to support Chinese word segmentation and full-text search.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quantum_sqlite

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

dependencies:
  quantum_sqlite: ^0.1.1

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:quantum_sqlite/quantum_sqlite.dart';
1
likes
120
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A wrapper around the sqlite library. Using libsimple and jieba to support Chinese word segmentation and full-text search.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

ffi, ffigen, flutter, flutter_web_plugins, js, path, path_provider, plugin_platform_interface, sqlite3, sqlite3_flutter_libs

More

Packages that depend on quantum_sqlite