Categorygithub.com/konrin/sqlite_rest
modulepackage
0.1.0
Repository: https://github.com/konrin/sqlite_rest.git
Documentation: pkg.go.dev

# 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

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author