# Spreadsheets and Databases [Eve](http://witheve.com/) is a fascinating experiment with a new kind of programming. ## New Databases - [Homebase](https://homebase.io/) - [CasualHQ](https://www.causal.app/) looks interesting - [NocoDB](https://github.com/nocodb/nocodb) - Open Source Airtable Alternative - turns any MySQL, Postgres, SQLite into a Spreadsheet with REST APIs ## Brent Anderson - Prisma, but for Airtable so that when you use the Airtable API it is 100% type safe. - It would periodically check the schemas for drift. - In development, it would put a toast up and drop messages in the console. - In production, it would disable the frontend stuff but still ring alarm bells to tell you the schema drifted so you’d know to go and regenerate types/re run stuff. - Github PR bot to generate a new PR when the schema drifts so it’ll run CI/CD pipelines. If you’ve got automerge enabled, it should just automerge and release the new type-safe version once tests are passing. #work/notes