Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 361 Bytes

File metadata and controls

18 lines (13 loc) · 361 Bytes

Initialization

  • Allow auto migration
  • Allow turn-off auto migration
  • Allow logging of sql queries

Casting

  • cast data to db type when inserting
  • cast data to js type when fetch from db

Migration

  • Drop unused collection

Indexing

  • Support other indexing than (primary, unique)

Queries

  • Add SQL query logging