automatic-api
Here are 33 public repositories matching this topic...
REST API for any Postgres database
-
Updated
Aug 15, 2020 - Haskell
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
Single file PHP script that adds a REST API to a SQL database
-
Updated
Aug 25, 2020 - PHP
pREST (PostgreSQL REST), simplify and accelerate development, instant, realtime, high-performance on any Postgres application, existing or new
-
Updated
Aug 26, 2020 - Go
Automatically generate a RESTful API service for your legacy database. No code required!
-
Updated
Aug 24, 2020 - Python
A list of software that turns your database into a REST/GraphQL API
-
Updated
Jun 13, 2020 - Go
•
-
Updated
Aug 20, 2020 - JavaScript
DreamFactory API Management Platform
-
Updated
Jul 1, 2020 - Shell
What would you like to be added:
Currently config uses one file per environment (eg. dev, staging, prod, etc) we should move to a multi-file config where we have one folder per environment and config values can be split across multiple files within this folder.
Why is this needed:
For setups where there are
Starter Kit and tooling for authoring REST API backends with PostgREST
-
Updated
Mar 28, 2020 - PLpgSQL
Automatically create a GraphQL server from a SQLite database or a SQL file
-
Updated
Apr 24, 2020 - JavaScript
GraphQL bindings for Neo4j, generates and runs Cypher
-
Updated
Mar 18, 2020 - Kotlin
-
Updated
Sep 2, 2019 - JavaScript
Starter Kit and tooling for authoring GraphQL/REST API backends with subZero
-
Updated
May 12, 2020 - PLpgSQL
Enterprise backend as a service
-
Updated
Oct 16, 2018 - Java
-
Updated
Jul 1, 2020 - Java
REST API for any Postgres database (PostgREST Docker Image)
-
Updated
May 27, 2020 - Dockerfile
-
Updated
Aug 25, 2020 - JavaScript
Automatically generate a RESTful API service for CRUD operation on database and advanced search
-
Updated
Jun 6, 2020 - Python
Generating API automatically with Django
-
Updated
Feb 11, 2020 - Python
A database gateway for postgresql written in Go
-
Updated
Aug 4, 2020 - Go
RESTful interface for PostgreSQL in go
-
Updated
Jul 11, 2020 - Go
Base project for REST API backends with PostgREST
-
Updated
Jan 10, 2020 - Makefile
PostgREST-like API for a SQL Server database
-
Updated
Apr 5, 2020 - Java
A web server that turns your PostgreSQL database directly into a RESTful API with powerful features
-
Updated
Jun 17, 2020 - Python
Improve this page
Add a description, image, and links to the automatic-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the automatic-api topic, visit your repo's landing page and select "manage topics."


hasura migrate resetThis command should clear the history of the migrations on the server and clear the local migrations. Basically, do steps 1 and 2 mentioned in this blog post: https://hasura.io/blog/resetting-hasura-migrations/