Skip to content

Releases: webdevavi/harperdbjs

Initial Release

26 Jun 17:46
ad2e28b
Compare
Choose a tag to compare

This release includes the core functionality implementations for HarperDB such as:

  • Creating a schema
  • Dropping a schema
  • Creating a table
  • Dropping a table
  • Creating an attribute
  • Dropping an attribute
  • Inserting one record
  • Inserting more than one records
  • Updating one record
  • Updating more than one records
  • Upserting one record
  • Upseting more than one records
  • Deleting one record
  • Deleting more than one records
  • Searching by hash
  • Searching by value
  • Searching by conditions