command
module
Version:
v0.0.2-alfa
Opens a new window with list of versions in this module.
Published: Nov 4, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
SQLiREST
SQLiREST es un servidor web que convierte su base de datos SQLite3 directamente en una API REST.
Inspirado en PostgREST.
Descargar

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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.