simonw / datasette-graphql

Datasette plugin providing an automatic GraphQL API for your SQLite databases
https://datasette-graphql-demo.datasette.io/
Apache License 2.0
98 stars 6 forks source link

Stop using datasette.table_metadata() #99

Open simonw opened 5 months ago

simonw commented 5 months ago

Used here: https://github.com/simonw/datasette-graphql/blob/ded886ebc6734def37514c9fdad872a9841b5716/datasette_graphql/utils.py#L662-L675

This was not a documented method and I'm planning to remove it in Datasette 1.0:

simonw commented 5 months ago

After I release 1.0a8 I'm going to update the tests here to test against both 0.x and 1.x - https://github.com/simonw/datasette-graphql/blob/main/.github/workflows/test.yml - as I did with datasette-cluster-map in https://github.com/simonw/datasette-cluster-map/commit/d2c3a2b1c153dab0c741f1b8c54a6a04c5849f0f