persql 0.1.1
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.
0.1.1 #
- Drop the
repositorylink from package metadata (the source repo is private;persql.com/docs.persql.comremain the homepage and documentation).
0.1.0 #
- Initial release.
- Data client over
/v1:PerSQLDatabase.query,batch, andtables. database-scope OAuth 2.1 + PKCE connect flow:PerSQL.beginConnect/PerSQL.completeConnect, plus standalonecreateAuthorizeUrl/exchangeAuthorizationCode. Each user gets their own private database.