Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wyatt-herkamp/tuxjsql-mysql
This is the mysql implementation(Under construction)
https://github.com/wyatt-herkamp/tuxjsql-mysql
Last synced: 8 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T10:22:11.000Z (5 months ago)
- Last Synced: 2024-10-15T06:24:22.181Z (21 days 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
[![Build Status](https://travis-ci.org/tuxjsql/mysql.svg?branch=master)](https://travis-ci.org/tuxjsql/mysql)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.tuxjsql/mysql/badge.svg)](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. |