Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.14 KB

low_code.md

File metadata and controls

61 lines (39 loc) · 1.14 KB

Notes for testing low code platform

  1. soul, https://github.com/thevahidal/soul Surprisingly easy, almost fulfill all requests.

how to:

npm install -g soul-cli
soul -d sqlite.db -p 8000
  1. nocodb, https://github.com/nocodb/nocodb Seems powerful and popular, but I could not find a way to import sqlite database

  2. Datasette, https://github.com/simonw/datasette Seems like a prefect match, immutable(read-only) apis.

how to:

  poetry shell
  poetry add datasette

  datasette serve path/to/database.db

api test:https://simonwillison.net/2017/Nov/13/datasette/



check out: https://github.com/simonw/csvs-to-sqlite

  1. postgrest, https://github.com/PostgREST/postgrest

  2. Hasura

  3. DreamFactory

... Supabase PostgREST ZenStack Hasura (no sqlite support at now?) WunderGraph

Airbyte ? Grouparoo (sqlite3 import)

Tooljet


new db, try Neon - serverless PostgreSQL

Key reference:

Exposing Databases to the Internet: Seriously?:https://dev.to/zenstack/exposing-databases-to-the-internet-seriously-2n1a A list of software that turns your database into a REST/GraphQL API:https://github.com/dbohdan/automatic-api/