Skip to content

1.0.0

Choose a tag to compare

@ArnyminerZ ArnyminerZ released this 12 Oct 09:50
· 5 commits to master since this release

Release Notes

Initial release. Working endpoints:

  • GET:
    • /info: Provides information about the version of the backend.
  • POST:
    • /query: Makes a query to the given server. Requires a body in JSON, with server, database, username, password, queries and optionally port. queries is a string array with all the SQL queries to be run.