dart_duckdb 1.1.3 copy "dart_duckdb: ^1.1.3" to clipboard
dart_duckdb: ^1.1.3 copied to clipboard

Provides lightweight yet convenient bindings to DuckDB by using dart:ffi

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_duckdb

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

dependencies:
  dart_duckdb: ^1.1.3

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:dart_duckdb/dart_duckdb.dart';
6
likes
130
pub points
62%
popularity

Publisher

verified publishertigereye.com

Provides lightweight yet convenient bindings to DuckDB by using dart:ffi

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async, collection, ffi, intl, meta, path, uuid

More

Packages that depend on dart_duckdb