[Youtube] What is Mantis?
We have earlier introduced Mantis, a C++ BaaS toolkit, designed to be lightweight but powerful.
Introducing Mantis: The C++ Backend Framework Built for Simplicity and Speed
What's changed?
From our last v0.2.7 release a couple of weeks ago, we have some important fixes and improvements added to our v0.2.8 release. Have a look:
PostgreSQL Support: v0.2.8 brings full PostgreSQL support for Linux builds. This allows for easy backend database switch when scaling is required while maintaining lightweight backend database (SQLite) where it's needed. How do you switch the database? Easy!
Minor bug fixes & improvements: Lots of bugs were squashed, solving some performance issues as well as mending some issues that existed. Chief among these is matching data types compatibility for SQLite to/from PostgreSQL, forcing SQLite WAL mode checkpointing for every boot and refactoring project for performance improvements.
Release Release v0.2.8 · allankoechke/mantis
Getting Started?
We have a YouTube video to guide you out; don't fret. Checkout the video below for a walkthrough of the features mantis provides. If you have any question, lets discuss on YouTube or open a GitHub issue.
Enjoy!



