drift_duckdb 0.0.1 copy "drift_duckdb: ^0.0.1" to clipboard
drift_duckdb: ^0.0.1 copied to clipboard

A drift database implementation for DuckDB, allowing you to use DuckDB as a backend for drift.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add drift_duckdb

With Flutter:

 $ flutter pub add drift_duckdb

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

dependencies:
  drift_duckdb: ^0.0.1

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:drift_duckdb/drift_duckdb.dart';
0
likes
160
points
134
downloads

Publisher

verified publisherwyattcoder.top

Weekly Downloads

A drift database implementation for DuckDB, allowing you to use DuckDB as a backend for drift.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dart_duckdb, drift

More

Packages that depend on drift_duckdb