An open API service indexing awesome lists of open source software.

https://github.com/blaugold/sqlite_dart_native


https://github.com/blaugold/sqlite_dart_native

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## 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:

```shell
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:

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