Skip to content

A database that enforces structures and features its own query language.

License

Notifications You must be signed in to change notification settings

saenuma/flaarum

Repository files navigation

flaarum

Go Reference 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.

API documentation can be found on godoc

License

Released with the MIT License