app like that
swappjs
swappjs

Swapp.js is a database adapter that simplifies database operations by using a single SQL-like query language for both SQL and NoSQL databases. It supports MongoDB and Supabase, allowing for easy database configuration and CRUD operations. The tool can be installed via npm or yarn and uses a simple query language for managing data.

Features

Universal Query Language

Allows you to use a single SQL-like query language across both SQL and NoSQL databases, providing flexibility in database management.

Easy Database Setup

Enables you to set up a database with minimal configuration, allowing you to quickly focus on building your application.

Multi-Database Support

Currently supports both MongoDB and Supabase, making it versatile for different database needs.

CRUD Operations

Supports Create, Read, Update, and Delete operations with a unified syntax, simplifying data manipulation across different databases.

Extensible Query Language

Provides an SQL-like language that users can extend for WHERE, ORDER BY, and AND operations, simplifying complex queries.