@minatojs/driver-sqlite
Advanced tools
Comparing version 2.1.1 to 2.1.2
/// <reference types="node" /> | ||
import { Database, Driver, Eval, Executable, Modifier } from '@minatojs/core'; | ||
import { Builder, Caster } from '@minatojs/sql-utils'; | ||
import init from 'sql.js'; | ||
import init from '@minatojs/sql.js'; | ||
export interface SQLiteFieldInfo { | ||
@@ -6,0 +6,0 @@ name: string; |
@@ -50,3 +50,3 @@ var __create = Object.create; | ||
var import_fs = require("fs"); | ||
var import_sql = __toESM(require("sql.js")); | ||
var import_sql = __toESM(require("@minatojs/sql.js")); | ||
var import_reggol = __toESM(require("reggol")); | ||
@@ -53,0 +53,0 @@ var logger = new import_reggol.default("sqlite"); |
{ | ||
"name": "@minatojs/driver-sqlite", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "SQLite Driver for Minato", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34755