Skip to content

blaugold/sqlite_dart_native

Repository files navigation

Dart SQLite API using native assets

This package implements a Dart SQLite API using the upcoming native assets support.

Native assets experiment

Currently, you need to enable the native assets experiment. For example, here is how to run tests:

dart --enable-experiment=native-assets test

VS Code is configured to run tests with native assets enabled.

FFI bindings

To generate the FFI bindings, run:

dart --enable-experiment=native-assets run ffigen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published