Table of Contents

Introduction Installation Projects Tables Inserts Searches Updates Deletes CLI Production Installation Good Practices Only Files Conclusion

Flaarum Introduction

Flaarum is a database that enforces structures and features its own query language.

Why Flaarum?

  1. Save programming time

    flaarum is more comfortable than SQL databases. You would use less lines of code to achieve things in flaarum than in other databases.

  2. Performance

    flaarum uses less RAM than other SQL databases. This would reduce your costs because in a server environment you pay per RAM, CPU, Network usage.

Audience

Flaarum supports only the Golang programming language.

Next >