@dbcube/schema-builder
Advanced tools
+2
-2
| { | ||
| "name": "@dbcube/schema-builder", | ||
| "version": "5.0.12", | ||
| "version": "5.0.13", | ||
| "description": "The Dbcube Query Builder is a lightweight, flexible, and fluent library for building queries across multiple database engines, including MySQL, PostgreSQL, SQLite, and MongoDB, using JavaScript/Node.js. \nIts agnostic design allows you to generate data manipulation (DML) and data definition (DDL) operations with a clean, chainable syntax—without sacrificing power or expressiveness.\nIt’s designed to work seamlessly in both SQL and NoSQL environments, providing a consistent abstraction layer across different storage technologies while still leveraging the native capabilities of each engine.", | ||
@@ -57,3 +57,3 @@ "main": "dist/index.cjs", | ||
| "dependencies": { | ||
| "@dbcube/core": "^5.0.12", | ||
| "@dbcube/core": "^5.0.13", | ||
| "chalk": "^5.6.2", | ||
@@ -60,0 +60,0 @@ "ora": "^9.3.0" |
Sorry, the diff of this file is not supported yet
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Updated