snowflake-orm
JSON →An ORM for Node.js and Snowflake DB that provides model-based table creation and CRUD operations. Version 1.0.6 is the latest stable release. It supports Snowflake-specific data types (VARCHAR, NUMBER, TIMESTAMP, etc.) and offers features like auto-generated unique keys, default values, and basic query building. Unlike general-purpose ORMs, it is tailored for Snowflake's lack of primary key enforcement and column-based storage. The package includes types for dynamic table creation and data retrieval with where clauses and column selection.
Resources
packagesnowflake-orm ↗