mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-01 02:33:35 +03:00
f9e8f88b66
- `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. |
||
---|---|---|
.. | ||
ActionTest.hs | ||
CommonTest.hs | ||
DbTest.hs | ||
ExternalCodeTest.hs | ||
JsImportTest.hs | ||
NpmDependenciesTest.hs | ||
OperationTest.hs | ||
PageTest.hs | ||
ParserTest.hs | ||
QueryTest.hs | ||
RouteTest.hs | ||
StyleTest.hs | ||
valid.wasp |