GoTables is an open-source database management system written in Go released under the MIT license. It allows interaction with the server using SQL or the GoTables query language. You can learn how to use GoTables here.
If you have go installed on your system, you can easily install gt-server with the following command.
go install git.jereileu.ch/gotables/server/gt-server@latestAlternatively you can download the attached binary for your platform in the release you would like to use.
You can also build from source. You need git and go installed for that.
git clone https://git.jereileu.ch/gotables/server/gt-server.git
cd gt-server
go buildFollow the instructions here
Contributions to the GoTables project are welcome. You can read more about how to contribute here.
