sqlirest

command module
v0.0.2-alfa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2023 License: MIT Imports: 8 Imported by: 0

README

SQLiREST

SQLiREST es un servidor web que convierte su base de datos SQLite3 directamente en una API REST.

Inspirado en PostgREST.

Descargar

SQLiREST

Run

./sqlirest

Config

.env
DATABASE_URL="db.sqlite3" # default -> :memori:
SQL_FILE="init.sql"
PORT=8081 # default -> 8080

Operadores

REST Operador
eq =
gt >
gte >=
lt <
lte <=
neq <>
like like

Ejemplos

Books

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL