Documentation outline
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
## Requesting Information
|
||||
|
||||
### Tables and Views
|
||||
|
||||
### Stored Procedures
|
||||
|
||||
### Filtering
|
||||
|
||||
#### Computed Columns
|
||||
|
||||
#### Inside JSONB
|
||||
|
||||
### Ordering
|
||||
|
||||
### Limiting and Pagination
|
||||
|
||||
#### Pagination by Limit-Offset
|
||||
|
||||
#### Suppressing Counts
|
||||
|
||||
### Embedding Foreign Keys
|
||||
|
||||
### Response Format
|
||||
|
||||
### Singular vs Plural
|
||||
|
||||
### Data Schema
|
||||
|
||||
### CORS
|
||||
@@ -0,0 +1,13 @@
|
||||
## Updating Data
|
||||
|
||||
### Record Creation
|
||||
|
||||
### Bulk Insertion
|
||||
|
||||
### Upsertion
|
||||
|
||||
### Bulk Updates
|
||||
|
||||
### Deletion
|
||||
|
||||
### Protecting Dangerous Actions
|
||||
Reference in New Issue
Block a user