sqlite_vector 0.9.85
sqlite_vector: ^0.9.85 copied to clipboard
SQLite Vector is a cross-platform, ultra-efficient SQLite extension that brings vector search capabilities to your embedded database. It works seamlessly on iOS, Android, Windows, Linux, and macOS, us [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sqlite_vectorWith Flutter:
$ flutter pub add sqlite_vectorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqlite_vector: ^0.9.85Alternatively, 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:sqlite_vector/sqlite_vector.dart';