Skip to content

Commit f41e345

Browse files
committed
Clean up pubspec and README
1 parent 5d0fd64 commit f41e345

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
High-performance asynchronous interface for SQLite on Dart & Flutter.
44

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+
512
## Getting Started
613

714
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
1118
## Packages
1219

1320
- [./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`

packages/drift_sqlite_async/pubspec.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
name: drift_sqlite_async
22
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/
55
description: Use Drift with a sqlite_async database, allowing both to be used in the same application.
66

7+
topics:
8+
- drift
9+
- sqlite
10+
- async
11+
- sql
12+
- flutter
13+
714
environment:
815
sdk: ">=3.0.0 <4.0.0"
916
dependencies:

0 commit comments

Comments
 (0)