brydavis / console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console

Experimental SQL Terminal using Go + Windows Azure.

Program requires a config.json in root directory:

{
	"password" : "MyPassword!123",
	"port"     : 1433,
	"server"   : "myserver.database.windows.net",
	"user"     : "UserMe",
	"database" : "demoDB"
}

Build and run the program.

When you see terminal prompt azure ~>, proceed using SQL.

Special commands:

  • run query.sql executes code in ./sql/query.sql
  • exit or quit will close the terminal, exit the program, and return you to the command line



© 2015 MIT License

About


Languages

Language:Go 46.0%Language:Jupyter Notebook 32.7%Language:HTML 11.5%Language:PLpgSQL 9.9%