Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 636 Bytes

TODO.md

File metadata and controls

23 lines (17 loc) · 636 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
  • 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