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.
- Host: GitHub
- URL: https://github.com/openfacade/table-facade
- Owner: openfacade
- License: apache-2.0
- Created: 2024-12-05T23:26:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T08:32:12.000Z (over 1 year ago)
- Last Synced: 2025-04-13T20:46:20.939Z (about 1 year ago)
- Language: Java
- Homepage: https://github.com/openfacade
- Size: 146 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Table Facade


[](https://www.bestpractices.dev/projects/11015)

[](https://github.com/openfacade/table-facade/releases)
[](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.