GitXplorerGitXplorer
G

firesql

public
4 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
e6dc9c55a1aaef556016eac8e96e877874d9f31d

Merge pull request #1 from GitHub30/add-license-1

GGitHub30 committed 5 years ago
Verified
5079e1f6f4498dcfca07666edb12e32e16ada171

Create LICENSE

GGitHub30 committed 5 years ago
Verified
de785dd6f89d08bcff3c6b32193c8166b9b1e9bd

Update Dockerfile

GGitHub30 committed 5 years ago
Verified
153f8676c7d80df103256a43fe95afc8d9b77095

Update Dockerfile

GGitHub30 committed 5 years ago
Verified
80507fda5923568d056a56cd4ac9656d90564dcd

Update firesql.py

GGitHub30 committed 5 years ago
Verified
d799accce8e4bd7b2a66e408111a8e0930fab50e

Update firesql.py

GGitHub30 committed 5 years ago

README

The README file for this repository.

FireSQL Docker Cloud Automated build Docker Cloud Build Status

FireSQL is realtime MySQL like Firebase.

Install

# Start MySQL
docker run --name mysql -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=testdb -d mysql --character-set-server=utf8mb4 --collation-server=utf8mb4_bin --server-id=1 --default_authentication_plugin=mysql_native_password

# Start FireSQL
docker run -p 8080:8080 --link mysql -e MYSQL_HOST=mysql -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=testdb -td nyanpass/firesql