An open API service indexing awesome lists of open source software.

https://github.com/openfacade/table-facade

A unified table operation library for Java and Spring, supporting dynamic table management and multi-database operations (MongoDB, Cassandra, MySQL, OpenGauss), with both traditional and reactive APIs for simplified CRUD operations.
https://github.com/openfacade/table-facade

Last synced: 8 months ago
JSON representation

A unified table operation library for Java and Spring, supporting dynamic table management and multi-database operations (MongoDB, Cassandra, MySQL, OpenGauss), with both traditional and reactive APIs for simplified CRUD operations.

Awesome Lists containing this project

README

          

# Table Facade
![color](images/fulllogo_nobuffer.png)
![License](https://img.shields.io/badge/license-Apache2.0-green)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/11015/badge)](https://www.bestpractices.dev/projects/11015)
![Language](https://img.shields.io/badge/language-Java-blue.svg)
[![version](https://img.shields.io/github/v/tag/openfacade/table-facade?label=release&color=blue)](https://github.com/openfacade/table-facade/releases)
[![codecov](https://codecov.io/gh/openfacade/table-facade/branch/main/graph/badge.svg)](https://codecov.io/gh/openfacade/table-facade)

Table-Facade is a unified table operation library designed to simplify and standardize interactions with various databases such as MongoDB, Cassandra, MySQL, and OpenGauss. It provides flexible APIs for dynamic table operations and entity-based repository management, supporting both traditional and reactive programming models.