22 lines
370 B
Markdown
22 lines
370 B
Markdown
# Tutus Bolt
|
|
|
|
Embedded key/value database for the Tutus blockchain.
|
|
|
|
## Overview
|
|
|
|
Tutus Bolt is a pure Go embedded database providing ACID transactions with serializable isolation.
|
|
|
|
## Installation
|
|
|
|
```go
|
|
import "github.com/tutus-one/tutus-bolt"
|
|
```
|
|
|
|
## License
|
|
|
|
MIT License
|
|
|
|
---
|
|
|
|
Part of the [Tutus](https://github.com/tutus-one/tutus-chain) blockchain infrastructure.
|