Can Teable make REST JSON APIs for my online SQL database?

I have SQL database (online) with dozen tables. Can I use Teable.ai as programming help to make me code for REST JSON APIs for these tables? Or even light web application (e.g. backend web app for usual CRUD options for these tables)? Tnx for answer in advance!

Hi @uremovic ,

Yes — Cuppy can write code, so both of those are within reach: the REST endpoints for your tables, and a light CRUD backend on top of them.

That said, why not just do it in Teable? Bring the tables in and you get the REST API and the CRUD interface for them without generating or hosting anything — for a dozen tables of standard CRUD, that’s usually less work than maintaining code that does the same thing.

1 Like