You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, I want to start by thanking everyone who has contributed to and supported Nessie 🎉
Prisma for Deno is almost fully supported natively with the recent NPM compatibility. This means that my original purpose with Nessie, namely database migration management, is fulfilled by a much more powerful tool. While Nessie still has a use-case, I no longer have the time nor need to maintain it for free 😬
The future of Nessie is then unfortunately very clear. While it started as a fun project to extend upon the, at the time, rather small module selection of Deno, and continued as a semi-popular db tool for projects, it is now time to hand in the towel. As soon as there is full support for Prisma in Deno, this repo is planned to be archived, or at the very least have issues, PRs, and actions deactivated (while keeping discussions).
Since there might still be users of Deno who do not want to switch to Prisma due to the overhead or limitations, I will offer two options:
Someone forks this repo and continue the work (or you can fork it yourself) 🍴
This project receives the sponsoring of €500 per month to continue with maintenance support, and additional funding for specific features (estimated at around €100 per hour of work) 💵
Feel free to comment your thoughts in this issue 😊
Prisma is pretty terrible. It's a complicated setup with generated types, and it keeps creating a node_modules directory when used with Deno. It's way too much bloat.
pentagon is much better but it can't do anything except the most basic queries yet.
So I'm still using deno-sqlite and have a need for database migrations.
Prisma for Deno is almost fully supported natively with the recent NPM compatibility. This means that my original purpose with Nessie, namely database migration management, is fulfilled by a much more powerful tool. While Nessie still has a use-case, I no longer have the time nor need to maintain it for free 😬
The future of Nessie is then unfortunately very clear. While it started as a fun project to extend upon the, at the time, rather small module selection of Deno, and continued as a semi-popular db tool for projects, it is now time to hand in the towel. As soon as there is full support for Prisma in Deno, this repo is planned to be archived, or at the very least have issues, PRs, and actions deactivated (while keeping discussions).
Since there might still be users of Deno who do not want to switch to Prisma due to the overhead or limitations, I will offer two options:
Links for Prisma+Deno:
The text was updated successfully, but these errors were encountered: