doc/README: update current features

This commit is contained in:
mappu 2024-06-15 13:21:55 +12:00
parent 42bbe3957a
commit 4202b9b970
1 changed files with 6 additions and 3 deletions

View File

@ -7,14 +7,17 @@ This is an experimental application and you should generally prefer to use [qbol
## Features
- Native desktop application, running on Linux, Windows, and macOS
- Connect to multiple databases
- Browse table/bucket content
- Run custom SQL queries
- Safe handling for non-UTF8 key and data fields
- Supported databases:
- Bolt
- Full compatibility via the upstream [etcd-io/bbolt](https://github.com/etcd-io/bbolt) library
- Browse database content
- Recursive bucket support
- Safe handling for non-UTF8 key and data fields
- SQLite
- Browse table content
- Uses CGo if available or modernc.org if not
- Badger v4
## License