Shows API welcome message
- URL: HEAD /
200: Server is available
Get a list of available databases
- URL: GET /
200: Array of database names
Checks whether the given database exists in the databases folder
- URL: HEAD /{db}
200: Database exists404: Database not found
Get a list of tables in given database
- URL: GET /{db}
200: Array of database names