Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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