Skip to content

Latest commit

 

History

History
44 lines (42 loc) · 930 Bytes

CHANGES.md

File metadata and controls

44 lines (42 loc) · 930 Bytes

PossibleDB Server / Clojure Client

Server 0.1-6 Compatible client - possibledb-client 1.6
* set proper information in project.clj
* removed unused transit-cljs
* schema support
* fixed get fn - no longer crashes client
* destroy db support
* spawn db support
* fixed spawn db id issue - id didn't match parent table
* fixed 'delete' reserved word issue
* set proper information in project.clj
* schema support
* new destroy-db! fn
* new backup-db! fn
* new spawn-db! fn
* new reset-db! fn