So you want to treat Airtable as a database. Soon you will probably start asking questions like:
filterBy?TL;DR - the answers were just as tedious to build as we thought. So we built a tool and wrote a tutorial on how to skip the API and use Airtable as a database.
Yes, all of this is possible using the REST API, but it takes a bit of wrangling and time 🤠
We wanted to simplify the problem and completely skip the tedium of working through the nuances of the API. So we wrote up a step-by-step tutorial on how to easily read from and write to Airtable using our Sync Inc database and proxy.
https://docs.syncinc.so/playbooks/node
With SQL, reading data from across your Airtable base (or bases - just ask us how :wink: ) is intuitive and fast.
Writing data to Airtable has always been much easier - but with the proxy you no longer need to worry about the last remaining snag — rate limits.
We hope this provides another way for developers to build amazing services and apps on Airtable.