v1.0.0 of winche_database
The official repository for Dart and Flutter packages. [Unoffic…
June 15, 2026
Type-safe Dart client for Winche Database — an offline-first, real-time document store over a single WebSocket connection. Changelog excerpt: Initial release. - Offline-first document store over a single WebSocket connection. - Typed values: null, bool, int, double (incl. NaN/Infinity), string, bytes, timestamp, reference, geo-point, arrays, and nested maps. - Writes: set / merge-set / update / delete with field transforms (increment, server timestamp, array union/remove, min/max) and preconditions. - Queries: filters, ordering, limits, cursors, client-side projection (select), and count. - Real-time document and query listen[...]
Discussion in the ATmosphere