wasp/examples/realworld/ext
Martin Šošić f9e8f88b66
Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev.
- `wasp db migrate-save` and `wasp db migrate-up` got replaced with `wasp db migrate-dev`.
- Wasp now has a declarative way to express which db is used, postgresql or sqlite: `db { system: PostgreSQL }`.
- Prisma is now at the latest version, 2.21. PSL parser was upgraded to work with this.
- PostgreSQL can now be used for local development.
- We migrated examples/realworld to work with this new version of Wasp.
2021-04-21 14:06:25 +02:00
..
article Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev. 2021-04-21 14:06:25 +02:00
auth Final polishing of first version of RWA. 2020-12-01 18:48:39 +01:00
user Added material-ui to RWA example. 2021-02-10 14:33:26 +01:00
.waspignore Add ext/.waspignore file (#196) 2021-03-03 09:35:27 +01:00
MainPage.js RWA: set global-feed tab to be opened by default. 2021-02-10 16:25:43 +01:00
Navbar.js Added material-ui to RWA example. 2021-02-10 14:33:26 +01:00
smiley.jpg Added navbar. 2020-11-19 15:32:37 +01:00