From b872483f711a406e46e21c22a3544f2d234b3609 Mon Sep 17 00:00:00 2001 From: Vahid Al Date: Tue, 22 Oct 2024 20:49:24 +0330 Subject: [PATCH] Add Soul (#438) * Update README.md Add Soul * Update Soul Fix linting issues --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8468ca1..5b00410 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