{"ok": true, "database": "docs", "table": "sections_fts", "rows": [{"rowid": 92, "title": "New URL for SQL queries", "content": "Prior to  1.0a14  the URL for executing a SQL query looked like this: \n                 /databasename?sql=select+1\n# Or for JSON:\n/databasename.json?sql=select+1\n \n                 This endpoint served two purposes: without a  ?sql=  it would list the tables in the database, but with that option it would return results of a query instead. \n                 The URL for executing a SQL query now looks like this: \n                 /databasename/-/query?sql=select+1\n# Or for JSON:\n/databasename/-/query.json?sql=select+1\n \n                 This isn't a breaking change.  API calls to the older  /databasename?sql=...  endpoint will redirect to the new  databasename/-/query?sql=...  endpoint. Upgrading to the new URL is recommended to avoid the overhead of the additional redirect."}], "primary_keys": ["rowid"], "primary_key_values": ["92"], "query_ms": 2.6280719903297722, "truncated": false}