An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# flaarum

[![Go Reference](https://pkg.go.dev/badge/github.com/saenuma/flaarum.svg)](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