Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)
```xml

org.teamapps
teamapps-universal-db-integration
0.7

```

### Required minimum TeamApps versions

```xml

org.teamapps
universal-db
0.4.12

org.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).