๐๏ธ Prerequisites
Version
๐๏ธ Structure
Schemas
๐๏ธ Set up a Controller
A controller takes the form of a stored procedure located in the web schema.
๐๏ธ Define a Middleware
A middleware takes the form of a stored procedure located in the web schema and annotated with `#Middleware`.
๐๏ธ Storage
To simplify development, SQListe provides access to two storage locations for storing data for later use.
๐๏ธ HTTP operations
2 items
๐๏ธ Error Handling
When an error occurs in a procedure during the pipeline, it interrupts the pipeline and returns a 500 (INTERNAL SERVER ERROR) error.
๐๏ธ OpenAPI
Coming soon...