From 8dc89c15387830cc60b95d0deb9da928e5d5f796 Mon Sep 17 00:00:00 2001 From: Vahid Al Date: Fri, 18 Oct 2024 16:36:37 +0330 Subject: [PATCH 1/2] Update README.md Add Soul --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8468ca12..e4fa22e5 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ Building API for your Data - [restSQL](https://github.com/restsql/restsql) - SQL generator with Java and HTTP APIs, uses a simple RESTful HTTP API with XML or JSON serialization. - [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. +- [soul](https://github.com/thevahidal/soul) - Automatic SQLite RESTful and realtime API server - [VulcanSQL](https://github.com/Canner/vulcan-sql) - Write templated SQL to automatically exposing RESTful APIs from your database/data warehouse/data lake. ## Application platforms From 6e34922fa7d5f2350e34cecaac1b775c3804e39e Mon Sep 17 00:00:00 2001 From: Vahid Al Date: Tue, 22 Oct 2024 20:33:09 +0330 Subject: [PATCH 2/2] Update Soul Fix linting issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4fa22e5..5b004105 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Building API for your Data - [restSQL](https://github.com/restsql/restsql) - SQL generator with Java and HTTP APIs, uses a simple RESTful HTTP API with XML or JSON serialization. - [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. -- [soul](https://github.com/thevahidal/soul) - Automatic SQLite RESTful and realtime API server +- [soul](https://github.com/thevahidal/soul) - Automatic SQLite RESTful and realtime API server. - [VulcanSQL](https://github.com/Canner/vulcan-sql) - Write templated SQL to automatically exposing RESTful APIs from your database/data warehouse/data lake. ## Application platforms