|
|
|
|
|
by crucialfelix
1255 days ago
|
|
Prisma works very well and has usable migrations. Not as solid as Django's. Tiangolo of FastAPI fame is working on
https://sqlmodel.tiangolo.com/
Which is pydantic models, SQL alchemy. Migrations are coming soon. This will probably be an excellent way to build APIs with db. Then you can generate a typescript client from the built in OpenAPI schema. |
|