https://github.com/exoquery/exoquery-sample-jdbc
Trivial Example of using ExoQuery with a JDBC Database
https://github.com/exoquery/exoquery-sample-jdbc
Last synced: 10 months ago
JSON representation
Trivial Example of using ExoQuery with a JDBC Database
- Host: GitHub
- URL: https://github.com/exoquery/exoquery-sample-jdbc
- Owner: ExoQuery
- License: apache-2.0
- Created: 2025-04-24T01:00:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T17:07:28.000Z (about 1 year ago)
- Last Synced: 2025-06-02T09:11:30.698Z (12 months ago)
- Language: Kotlin
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExoQuery with JDBC
Trivial example using ExoQuery with a JDBC database.
See `JdbcExample.kt` in the src directory. Use `application.conf` and `makeLocalPostgresController` to use a local database.