Hacker News new | ask | show | jobs
by scottfr 1174 days ago
My company has an Airtable competitor that has API support for SQL. It has pretty good SQL capabilities solving the issues with pagination you have in Airtable.

An overview of the supported SQL syntax is here:

https://blaze.today/datablaze/docs/bsql/

No joins yet between tables yet, but they are planned. (You can use lookup fields to achieve them to some extent, but that requires planning ahead and is limited).

1 comments

Thanks for sharing