Skip to content

GemblinkProject/blink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# install mysql and make it run

# run mysql and create database named blink
mysql -u root
create database blink;

# exit mysql and dump the data e9.db in
mysql -u root blink < data/e9.db

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 88.3%
  • JavaScript 10.7%
  • Other 1.0%