Skip to content

Releases: GoTables-DB/gt-server

Version 0.2.2

10 Apr 13:32
Compare
Choose a tag to compare
  • Rename server.body to server.Body

Note: This is just a minor update to allow pkg.go.dev to include commit 44f5225 that allows server.Body to be imported by other go projects.

Version 0.2.1

09 Apr 19:38
Compare
Choose a tag to compare
  • Support all major functions for POST requests in gt_post
  • rewrite of fs
  • table is now its own package

Version 0.2.0

26 Feb 15:42
Compare
Choose a tag to compare

Blog post about this release

  • more advanced interactions using POST requests
  • request tables with POST and conditions
  • rewrite of gt-post
  • rewrite of server

0.1.1

05 Jan 13:06
Compare
Choose a tag to compare

The config file is now located in the .config directory (~/.config/gotables/config.json)

0.1.0

05 Jan 10:52
Compare
Choose a tag to compare

Blog post about this release

  • Basic interaction with the GoTables server using the GET, POST, PUT and DELETE http requests
  • Create tables (empty or with columns)
  • Create databases
  • Move/Copy tables
  • Move/Copy databases
  • Delete tables
  • Delete databases
  • Show dbs/tables/table (without condition)