Skip to content

Releases: calebsander/protodb

2.0.0

16 Jun 00:59
Compare
Choose a tag to compare
  • TCP connection between client and server can now be reused for multiple commands instead of having to create a new connection for each command. This should provide speed improvements and prevent the database from running out of available sockets. The client now requires client.close() to be called once it has finished sending commands.
  • client.list() now resolves to {[name: string]: CollectionType} instead of {collections: {[name: string]: CollectionType}}
  • The CollectionType enum is exported from the client interface

1.0.1

11 Jun 08:09
Compare
Choose a tag to compare

Initial release