Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dbay

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbay - npm Package Compare versions

Comparing version 12.0.0 to 13.0.0

sqlite-amalgamation-3380000/shell.c

1

lib/main.js

@@ -140,2 +140,3 @@ (function() {

guy.props.hide(this._me, '_dbs', {});
guy.props.hide(this._me, 'E', E);
this._me._register_schema('main', this._me.cfg.path, this._me.cfg.temporary);

@@ -142,0 +143,0 @@ if (!this.constructor._skip_sqlt) {

4

package.json
{
"name": "dbay",
"version": "12.0.0",
"version": "13.0.0",
"description": "In-Process, In-Memory & File-Based Relational Data Processing with SQLite, BetterSQLite3",

@@ -30,5 +30,5 @@ "main": "lib/main.js",

"exit-hook": "^2.2.1",
"guy": "3.1.0",
"guy": "4.0.0",
"intertype": "7.7.0"
}
}

@@ -672,2 +672,9 @@

[DeSQL](https://github.com/loveencounterflow/desql)
* **[+]** add hidden `E` attribute to instance giving access to error classes (mainly for plugin use)
* **[–]** rewrite all uses of plain `E` to `@E`
* **[–]** limit support for schemas, especially in plugins; require a separate instance of DBay for each DB
file (so that all DB objects are in the default `main` namespace and the `SQL"#{schema}.xxx"` constructs
can become `SQL"xxx"`). Complex DBs can still be assembled with `db.open()`, but one must keep in mind
that in SQLite, `foreign key`s do not work across schemas, only `join`s so, so that limits the usefulness
of multi-schema connections.

@@ -674,0 +681,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc