We have hosted the application nutsdb in order to run this application in our online workstations with Wine or directly.
Quick description about nutsdb:
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set. It supports fully serializable transactions and many data structures such as list?set?sorted set. All operations happen inside a Tx. Tx represents a transaction, which can be read-only or read-write. Read-only transactions can read values for a given bucket and a given key or iterate over a set of key-value pairs. Read-write transactions can read, update and delete keys from the DB. NutsDB allows only one read-write transaction at a time but allows as many read-only transactions as you want at a time. Each transaction has a consistent view of the data as it existed when the transaction started. When a transaction fails, it will roll back, and revert all changes that occurred to the database during that transaction.Features:
- NutsDB is a simple, fast, embeddable and persistent key/value store written in pure Go
- Read-write transactions
- Read-only transactions
- Manage transactions manually
- Creating transaction from the DB is thread safe
- You can use the DB.Begin() function directly but please be sure to close the transaction
Programming Language: Go.
Categories:
©2024. Winfy. All Rights Reserved.
By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.