soulsizzle
DTDrizzle Team
•Created by predragnikolic on 11/15/2023 in #help
Is drizzle safe to use in production?
My company is using it in production for multiple applications, and we have had zero issues. Drizzle is mostly just wrapping battle-tested drivers to execute the SQL you tell it to. So we feel pretty confident that we shouldn't expect any surprises.
However, there was a recent bug in the migrations functionality that DID cause tables to be dropped, so certainly take that into consideration. Even newer, battle-tested libraries can introduce bugs. We test everything locally and in staging before things ever make it to prod. We have regular database backups. A table-dropping bug is definitely serious, but you should be approaching EVERY library, old or new, with caution.
5 replies