2017 © Pedro Peláez
 

library stirling-mysql

A MySQL wrapper for the sterling-microservice

image

meandor/stirling-mysql

A MySQL wrapper for the sterling-microservice

  • Monday, February 13, 2017
  • by meandor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Stirling MySQL

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads composer.lock Build Status, (*1)

A MySQL Database wrapper for the stirling-microservice, (*2)

This library uses mysqli for database access. Please make sure you have mysqli enabled and ready to work on your server., (*3)

Usage

This library only works in conjunction with the stirling-microservice., (*4)

If you don't specify a config json (default.json) for your Config class with the following lines, (*5)

{
    "dbHost": "<ip address>",
    "dbUser": "<my username>",
    "dbPassword": "<my password>",
    "dbName": "<my database name>",
    "dbPort": <port>
}

a default config will be used to try to establish a database connection., (*6)

The default is:, (*7)

{
    "dbHost": "127.0.0.1",
    "dbUser": "root",
    "dbPassword": "",
    "dbName": "database",
    "dbPort": 3306
}

The Versions

13/02 2017

dev-master

9999999-dev https://github.com/meandor/stirling-mysql

A MySQL wrapper for the sterling-microservice

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Schruhl

13/02 2017

0.1.5

0.1.5.0 https://github.com/meandor/stirling-mysql

A MySQL wrapper for the sterling-microservice

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Schruhl

28/01 2017

0.1.4

0.1.4.0 https://github.com/meandor/stirling-mysql

A MySQL wrapper for the sterling-microservice

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Schruhl