datasette 1.0a35
📰 Simon Willison's Blog
Learn about the new features in datasette 1.0a35, including a new Create table interface and JSON API
Action Steps
- Explore the new Create table interface in the database actions menu
- Use the /-/create JSON API to define columns and primary keys
- Create a new table using the API and test its functionality
- Configure custom columns and primary keys for a table
- Test the new interface and API with a sample dataset
Who Needs to Know This
Data scientists and developers can benefit from this release, as it simplifies the process of creating tables and interacting with the database
Key Insight
💡 The new Create table interface and JSON API in datasette 1.0a35 simplify the process of creating and managing tables
Share This
📊 datasette 1.0a35 is out! New Create table interface and JSON API make it easier to work with data
Key Takeaways
Learn about the new features in datasette 1.0a35, including a new Create table interface and JSON API
Full Article
Release: datasette 1.0a35 I'll write more about this one tomorrow, but it's a big release. Three highlights from the release notes: New "Create table" interface in the database actions menu, backed by the / /-/create JSON API . It can define columns, primary keys, custom colu
DeepCamp AI