edgedb / easy-edgedb

An illustrated textbook designed to be a one-stop shop for learning EdgeDB
https://www.edgedb.com/easy-edgedb
76 stars 39 forks source link

3.0 changes #101

Closed Dhghomon closed 1 year ago

Dhghomon commented 1 year ago

This PR started out as 3.0 changes but also includes a number of 2.0 features as well since Easy EdgeDB was made well before both versions.

Overall it only has about half of the changes I'd like to make but 3.0 is coming in two days so will merge right away and continue other changes in a new branch. The changes in this branch do check off quite a few major boxes though:

Plus some other changes like schema changes and inserts. One of them is fairly big: https://github.com/edgedb/easy-edgedb/commit/96b09057ee252dddef2d8bbd4c605b0f9d5983fc That one involves changing an array into a link over multiple migrations in a similar way as the example on this page: https://www.edgedb.com/docs/guides/migrations/proptolink