Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 703 Bytes

TODO.md

File metadata and controls

26 lines (19 loc) · 703 Bytes

TODO

v0.1.0

  • write tests

  • write tests for new chain system

  • plan new chain system with claude

  • unbuild and publish

  • in schema when something is not required but has a default value, it should not be an optional type

  • default values should work

  • batch delete + other batch

  • add date type

  • count records

v0.2.0

  • migrations for idb? handle version
  • mirror supabase schema
  • augment supabase and manage idb and remote supabase db at once, use offline/online whichever is available
  • sync data between idb and remote

v1.0.0

  • remove get() and make it implicit
  • technically we could support any driver from unstorage