Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teamapps-org/teamapps-universal-db-integration
TeamApps.org UniversalDB Integration
https://github.com/teamapps-org/teamapps-universal-db-integration
Last synced: 9 days ago
JSON representation
TeamApps.org UniversalDB Integration
- Host: GitHub
- URL: https://github.com/teamapps-org/teamapps-universal-db-integration
- Owner: teamapps-org
- License: apache-2.0
- Created: 2020-06-03T21:58:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T21:35:15.000Z (over 3 years ago)
- Last Synced: 2024-04-17T06:14:43.872Z (7 months ago)
- Language: Java
- Size: 216 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TeamApps UniversalDB Integration
The fastest way to integrate the ultra fast UniversalDB into a TeamApps project.
* Base requirement is a UniversalDB database model
* Auto create table models, tables, infinite item views and models
* Auto create full text search fields directly connected to the views
* Auto create time line views, map views with geo filtering
* Auto create form logic, ...### Setting up the dependencies
Current UniversalDB version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.teamapps/teamapps-universal-db-integration/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.teamapps/teamapps-universal-db-integration)
```xmlorg.teamapps
teamapps-universal-db-integration
0.7```
### Required minimum TeamApps versions
```xml
org.teamapps
universal-db
0.4.12org.teamapps
teamapps-server-jetty-embedded
0.9.78```
## License
The TeamApps UniversalDB Integration is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0).