doc: move README/TODO to top-level directory
This commit is contained in:
parent
b0092c4a6e
commit
c74c5ae5c0
@ -1,3 +1,5 @@
|
||||
# qbolt
|
||||
|
||||
A graphical database manager for BoltDB.
|
||||
|
||||
QBolt allows you to graphically view and edit the content of Bolt databases.
|
||||
@ -6,7 +8,7 @@ The project consists of two parts; a C binding (CGo) for the embeddable Bolt dat
|
||||
|
||||
Written in C++ (Qt), Golang (CGo)
|
||||
|
||||
=FEATURES=
|
||||
## Features
|
||||
|
||||
- Open existing database or create new database
|
||||
- Option to open database as readonly for concurrent use
|
||||
@ -16,17 +18,17 @@ Written in C++ (Qt), Golang (CGo)
|
||||
- 100% Bolt compatibility via the real codebase
|
||||
- Tested working on both Windows and Linux
|
||||
|
||||
=LICENSE=
|
||||
## License
|
||||
|
||||
Source code content of `qbolt-x.x.x-src.tar.gz` is released under the ISC license.
|
||||
BoltDB is released under the MIT license.
|
||||
The Windows binary is released under LGPL-3+ owing to the static copy of Qt.
|
||||
|
||||
=SEE ALSO=
|
||||
## See also
|
||||
|
||||
- BoltDB https://github.com/boltdb/bolt
|
||||
|
||||
=CHANGELOG=
|
||||
## Changelog
|
||||
|
||||
2017-06-19 1.0.1
|
||||
- Feature: Option to open database as read-only
|
Loading…
Reference in New Issue
Block a user