Releases: a2en/pocketbase
Releases · a2en/pocketbase
v0.1.1
Set the credentials of SQL server in environment variables
DBSERVER = SQL server address eg : 192.168.29.225
DBPORT = SQL server port eg: 1433
DBUSER = SQL server username
DBPASS = SQL server password
DBNAME = Name of the database you created for pocketbase
Changelog
v0.1.0
This release adds support for SQL server in pocket base.
The binary tries to connect to port 1433 with username "sa" and password "gitman" on database named "pocketbase"
You can use the lb2.go file to bind your SQL server address to local host
eg: 192.168.29.225:1433 is where my SQL server situate
go run lb2.go -bind 127.0.0.1:1433 -balance 192.168.29.225:1433