ultsql 1.0.5 copy "ultsql: ^1.0.5" to clipboard
ultsql: ^1.0.5 copied to clipboard

A 100% Pure-Dart converged database engine combining Relational SQL, NoSQL JSON, HNSW Vector RAG, and PL/SQL with zero C dependencies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ultsql

With Flutter:

 $ flutter pub add ultsql

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

dependencies:
  ultsql: ^1.0.5

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:ultsql/ultsql.dart';
0
likes
0
points
706
downloads

Publisher

unverified uploader

Weekly Downloads

A 100% Pure-Dart converged database engine combining Relational SQL, NoSQL JSON, HNSW Vector RAG, and PL/SQL with zero C dependencies.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter, mongo_dart, path_provider, sqlite3

More

Packages that depend on ultsql