Drizzle is much closer to a classic sql builder than an orm. At least in my case the trouble with ORMs is mostly in the concept itself. Mapping sql results into objects defined as part of a business model.
Just generating sql from native code is not an orm.
Just generating sql from native code is not an orm.