subzerocloud/showcase: REST api for your database (PostgreSQL/Sqlite/ClickHouse/MySQL).

subZero is a library implemented in Rust with JS/TypeScript bindings that allows developers to implement their own customizable backend APIs on top of any database. The resulting REST API is PostgREST compatible. Currently PostgreSQL, SQLite, MySQL and ClickHouse are supported as target databases.

This repository is a showcases of the functionality and versatility of the new codebase.

Since the core library is written in Rust, it’s possible to leverage the capabilities in other set…