sqlserver

command module
v0.0.0-...-d0ff83c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2023 License: MIT Imports: 7 Imported by: 0

README

sqlserver

Communicate to an sqlite3 database over the network using a custom efficient binary protocol based og GOB encoding.

Has a dedicated sqlserver and sqlclient usable as CLIs. Both packages expose APIs for library use.

Install sqlserver:
go install github.com/abiiranathan/sqlserver@latest
Install sqlclient:
go install github.com/abiiranathan/sqlserver/cmd/sqlclient@latest
Server Usage:
sqlserver -host 0.0.0.0 -port 9999 -db db.sqlite3
Client Usage:
sqlclient -host localhost -port 9999

If you want pre-compiled binaries, check the Releases page.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL