# fluttertpc_sqlite3.dart **Repository Path**: jiegec/fluttertpc_sqlite3.dart ## Basic Information - **Project Name**: fluttertpc_sqlite3.dart - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2025-01-17 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sqlite3.dart This project contains Dart packages to use SQLite from Dart via `dart:ffi`. The main package in this repository is [`sqlite3`](sqlite3), which contains all the Dart apis and their implementation. `package:sqlite3` is a pure-Dart package without a dependency on Flutter. It can be used both in Flutter apps or in standalone Dart applications. The `sqlite3_flutter_libs` and `sqlcipher_flutter_libs` packages contain no Dart code at all. Flutter users can depend on one of them to include native libraries in their apps. ## Example Usage A file with basic usage examples for pure Dart can be found [here](sqlite3/example/main.dart).