From eaebc2f4a915277a4527ae491f108db294c8bac8 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Thu, 10 Aug 2023 09:38:07 +1000 Subject: [PATCH] Sort API section alphabetically I noticed this section is sorted alphabetically except for the latest addition, so I figured I'd put it back in alphabetical order to help people navigate it more easily. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc77a79..45d01af 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ For updates on `awesome-db-tools` and thoughts/news about databases/tools/SQL fo Building API for your Data - [Datasette](https://github.com/simonw/datasette) - A tool for exploring and publishing data. - [DreamFactory](https://github.com/dreamfactorysoftware/dreamfactory) - A open source REST API backend for mobile, web, and IoT applications. +- [Graphweaver](https://github.com/exogee-technology/graphweaver) - Turn multiple data sources into a single GraphQL API. - [Hasura GraphQL Engine](https://github.com/hasura/graphql-engine) - Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events. - [Oracle REST Data Services](http://www.oracle.com/technetwork/developer-tools/rest-data-services) - A mid-tier Java application, ORDS maps HTTP(S) verbs (GET, POST, PUT, DELETE, etc.) to database transactions and returns any results formatted using JSON. - [Prisma](https://github.com/prismagraphql/prisma) - Prisma turns your database into a realtime GraphQL API. @@ -207,7 +208,6 @@ Building API for your Data - [resquel](https://github.com/formio/resquel) - Easily convert your SQL database into a REST API. - [sandman2](https://github.com/jeffknupp/sandman2) - Automatically generate a RESTful API service for your legacy database. - [VulcanSQL](https://github.com/Canner/vulcan-sql) - Write templated SQL to automatically exposing RESTful APIs from your database/data warehouse/data lake. -- [Graphweaver](https://github.com/exogee-technology/graphweaver) - Turn multiple data sources into a single GraphQL API. ## Application platforms Low-code and no-code platforms for application building