# README
SQLite rest server
REST API
POST /sql/exec
Body JSON params: sql, params
Return JSON object with lastInsertId and rowsAffected
GET /sql/query
Query params: sql, params
Return array query result list
Sample usage
Build
go build -ldflags "-s -w"
Run
./sqlite_rest -c :memory:
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author