https://github.com/wyatt-herkamp/tuxjsql-mysql
This is the mysql implementation(Under construction)
https://github.com/wyatt-herkamp/tuxjsql-mysql
Last synced: 25 days ago
JSON representation
This is the mysql implementation(Under construction)
- Host: GitHub
- URL: https://github.com/wyatt-herkamp/tuxjsql-mysql
- Owner: wyatt-herkamp
- Created: 2019-07-24T01:32:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T10:22:11.000Z (11 months ago)
- Last Synced: 2025-02-14T04:47:06.333Z (3 months ago)
- Language: Java
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/tuxjsql/mysql)
[](https://mvnrepository.com/artifact/dev.tuxjsql/mysql)
# TuxJSQL mysql# Required Properties
|Property Key| Description |
|--|--|
| db.type | `dev.tuxjsql.mysql.MysqlBuilder` |
| user | The user login|
| password | the password for the user|
| db.host | The Host for the server|
| db.db | The database |
| url.other.options| (Optional) Additional Values to the connection url. |