vasabase 0.1.4
vasabase: ^0.1.4 copied to clipboard
Dart SDK for Vasabase, providing Auth, Database, Storage, and Realtime functionality.
0.1.4 #
- Fix: Change default
Preferheader toreturn=minimalfor mutations to prevent 400 errors for users withoutSELECTpermissions.
0.1.3 #
- Added
onConflictparameter toupsert()for complex unique constraint resolution.
0.1.2 #
- Added
.single(),.maybeSingle(), and.limit()to query builder. - Introduced
PostgrestExceptionfor structured database error handling.
0.1.1 #
- Add
setAuthhelper toAuthClientto simplify third-party integration (e.g. Firebase Auth).
0.1.0 #
- Initial release of the Vasabase pure Dart SDK.
- Basic scaffolding for the VasabaseClient.