File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
packages/drift_sqlite_async Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
High-performance asynchronous interface for SQLite on Dart & Flutter.
4
4
5
+ ===========
6
+
7
+ | package | build | pub | likes | popularity | pub points |
8
+ | ----------------| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------| ----------------------------------------------------------------------------------------------------------------------| ------- | ------- |
9
+ | sqlite_async | [ ![ build] ( https://github.com/powersync-ja/sqlite_async.dart/actions/workflows/test.yaml/badge.svg?branch=main )] ( https://github.com/powersync-ja/sqlite_async.dart/actions?query=workflow%3Atest ) | [ ![ pub package] ( https://img.shields.io/pub/v/sqlite_async.svg )] ( https://pub.dev/packages/sqlite_async ) | [ ![ likes] ( https://img.shields.io/pub/likes/powersync?logo=dart )] ( https://pub.dev/packages/sqlite_async/score ) | [ ![ popularity] ( https://img.shields.io/pub/popularity/sqlite_async?logo=dart )] ( https://pub.dev/packages/sqlite_async/score ) | [ ![ pub points] ( https://img.shields.io/pub/points/sqlite_async?logo=dart )] ( https://pub.dev/packages/sqlite_async/score )
10
+ | drift_sqlite_async | [ ![ build] ( https://github.com/powersync-ja/sqlite_async.dart/actions/workflows/test.yaml/badge.svg?branch=main )] ( https://github.com/powersync-ja/sqlite_async/actions?query=workflow%3Atest ) | [ ![ pub package] ( https://img.shields.io/pub/v/drift_sqlite_async.svg )] ( https://pub.dev/packages/drift_sqlite_async ) | [ ![ likes] ( https://img.shields.io/pub/likes/drift_sqlite_async?logo=dart )] ( https://pub.dev/packages/drift_sqlite_async/score ) | [ ![ popularity] ( https://img.shields.io/pub/popularity/drift_sqlite_async?logo=dart )] ( https://pub.dev/packages/drift_sqlite_async/score ) | [ ![ pub points] ( https://img.shields.io/pub/points/drift_sqlite_async?logo=dart )] ( https://pub.dev/packages/drift_sqlite_async/score )
11
+
5
12
## Getting Started
6
13
7
14
This monorepo uses [ melos] ( https://melos.invertase.dev/ ) to handle command and package management.
@@ -11,4 +18,4 @@ To configure the monorepo for development run `melos prepare` after cloning
11
18
## Packages
12
19
13
20
- [ ./packages/sqlite_async] ( ./packages/sqlite_async ) Creates asynchronous SQLite connections
14
- - [ ./packages/drify_sqlite_async ] ( ./packages/drift_sqlite_async/README.md ) A Drift wrapper for ` sqlite_async `
21
+ - [ ./packages/drift_sqlite_async ] ( ./packages/drift_sqlite_async/README.md ) A Drift wrapper for ` sqlite_async `
Original file line number Diff line number Diff line change 1
1
name : drift_sqlite_async
2
2
version : 0.1.0-alpha.1
3
- homepage : https://github.com/powersync-ja/drift_sqlite_async /
4
- repository : https://github.com/powersync-ja/drift_sqlite_async /
3
+ homepage : https://github.com/powersync-ja/sqlite_async.dart /
4
+ repository : https://github.com/powersync-ja/sqlite_async.dart /
5
5
description : Use Drift with a sqlite_async database, allowing both to be used in the same application.
6
6
7
+ topics :
8
+ - drift
9
+ - sqlite
10
+ - async
11
+ - sql
12
+ - flutter
13
+
7
14
environment :
8
15
sdk : " >=3.0.0 <4.0.0"
9
16
dependencies :
You can’t perform that action at this time.
0 commit comments