persql 0.1.1 copy "persql: ^0.1.1" to clipboard
persql: ^0.1.1 copied to clipboard

PerSQL Dart and Flutter SDK. Query your edge SQLite databases, and sign a user in with OAuth + PKCE so each one gets their own private cloud database.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add persql

With Flutter:

 $ flutter pub add persql

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  persql: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:persql/persql.dart';
0
likes
160
points
219
downloads

Documentation

Documentation
API reference

Publisher

verified publisherpersql.com

Weekly Downloads

PerSQL Dart and Flutter SDK. Query your edge SQLite databases, and sign a user in with OAuth + PKCE so each one gets their own private cloud database.

Homepage

License

MIT (license)

Dependencies

crypto, http

More

Packages that depend on persql