Releases: webdevavi/harperdbjs
Releases · webdevavi/harperdbjs
Initial Release
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