database 0.3.2 database: ^0.3.2 copied to clipboard
A database access API that's vendor-agnostic. Adapters exist for browser APIs, SQLite, Google Cloud Firestore, PostgreSQL, ElasticSearch, Algolia, and others.
[0.3.2] - March 10, 2020 #
- Various bug fixes (patching, transactions, etc.).
- Adds
vendorData
fields. - Improves documentation.
[0.3.1] - January 16, 2020 #
- Improves documentation. Fixes some dependencies and deletes unnecessary files.
[0.3.0] - January 16, 2020 #
- Improves the API. Many breaking changes.
[0.2.7] - January 16, 2020 #
- Improves documentation.
[0.2.6] - January 15, 2020 #
- Improves the SQL API a bit.
[0.2.5] - January 15, 2020 #
- Adds initial API for SQL databases.
- Adds PostgreSQL support.
[0.2.4] - January 14, 2020 #
- Fixes issues spotted during testing.
[0.2.3] - January 14, 2020 #
- Fixes various small issues and improves documentation.
[0.2.2] - January 14, 2020 #
- Fixes various issues.
[0.2.1] - January 13, 2020 #
- Small improvements in documentation.
[0.2.0] - January 13, 2020 #
- Initial release