https://datasette.io/
Demo here: https://datasette.simonwillison.net/simonwillisonblog
GraphQL demo here: https://datasette.simonwillison.net/graphql?query=%7B%0A%20%...
To deploy a SQLite database to Vercel with a GraphQL API:
brew install datasette datasette install datasette-publish-vercel datasette publish vercel mydatabase.db \ --project my-new-vercel-project-name \ --install datasette-graphql
https://datasette.io/
Demo here: https://datasette.simonwillison.net/simonwillisonblog
GraphQL demo here: https://datasette.simonwillison.net/graphql?query=%7B%0A%20%...
To deploy a SQLite database to Vercel with a GraphQL API:
Here's a tutorial on how to get data into that SQLite database in the first place: https://datasette.io/tutorials/clean-data