You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install datasette datasette-graphql sqlite-utils
# Convert your CSV file to SQLite
sqlite-utils insert database.db mytable mydata.csv --csv
# Start the Datasette server
datasette database.db
# Now http://localhost:8001/graphql is a GraphQL server
Tutorial can teach how to deploy a new GraphQL API online too - focus would be rapid prototyping.
The text was updated successfully, but these errors were encountered:
Shortest version:
Tutorial can teach how to deploy a new GraphQL API online too - focus would be rapid prototyping.
The text was updated successfully, but these errors were encountered: