https://github.com/saenuma/flaarum
A database that enforces structures and features its own query language.
https://github.com/saenuma/flaarum
database db golang structured-database ubuntu
Last synced: about 1 year ago
JSON representation
A database that enforces structures and features its own query language.
- Host: GitHub
- URL: https://github.com/saenuma/flaarum
- Owner: saenuma
- License: mit
- Created: 2020-06-14T10:26:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T07:59:46.000Z (over 1 year ago)
- Last Synced: 2025-03-25T17:48:27.183Z (over 1 year ago)
- Topics: database, db, golang, structured-database, ubuntu
- Language: Go
- Homepage: https://sae.ng/flaarumtuts/intro
- Size: 693 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flaarum
[](https://pkg.go.dev/github.com/saenuma/flaarum)
A database that enforces structures and features its own query language.
## Why a new database.
1. Every data stored in this database is **automatically indexed**. Text fields are indexed with full text search indexes.
2. **Table Expansion** (a more comfortable form of joins)
3. Can make any **changes to any table's structure** even though you have data in the table.
## Regular Features
1. Supports its own query language.
## Technologies Used.
* Golang
* Linux
* HTTPS
* JSON
## Documentation
The tutorial pages is located at [sae.ng](https://sae.ng/flaarumtuts/intro).
API documentation can be found on [godoc](https://pkg.go.dev/github.com/saenuma/flaarum)
## License
Released with the MIT License