npm package '@softvisio/sqlite'

Popularity: Medium (more popular than 90% of all packages)
Description: better-sqlite3 re-packed
Installation: npm install @softvisio/sqlite
Last version: 1.15.2 (Download)
Homepage: https://softvisio-node.github.io/sqlite/
Size: 35.99 kB
License: ISC

Activity

Last modified: January 24, 2023 3:11 PM (10 months ago)
Versions released in one year: 3
Weekly downloads: 312
12/11/202203/05/202305/21/202308/13/202310/29/202302505007501,00001234released versions / week
  • Versions released
  • Weekly downloads

What's new in version 1.15.2

Delta between version 1.15.1 and version 1.15.2

Source: Github
Commits:
  • f850d19bd479a012df4dce7154014f2a3f1ca1c7, January 24, 2023 3:10 PM:
    fix: git repo relocated
  • b242f273f671e756efdadbd50ea991e40874a02f, January 24, 2023 3:10 PM:
    chore: release v1.15.2
Files changed:
CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
  # Changelog
2
 
 
 
 
 
 
 
3
  ### 1.15.1 (2023-01-24)
4
 
5
  Fixes:
1
  # Changelog
2
 
3
+ ### 1.15.2 (2023-01-24)
4
+
5
+ Fixes:
6
+
7
+ - fix: git repo relocated
8
+
9
  ### 1.15.1 (2023-01-24)
10
 
11
  Fixes:
docs/.docs.config.yaml CHANGED
@@ -1,5 +1,5 @@
1
  logo: false
2
 
3
  externalTypes:
4
- - https://softvisio.github.io/core/
5
  - https://softvisio-node.github.io/result/
1
  logo: false
2
 
3
  externalTypes:
4
+ - https://softvisio-node.github.io/core/
5
  - https://softvisio-node.github.io/result/
docs/index.html CHANGED
@@ -10,7 +10,7 @@
10
 
11
  <link rel="stylesheet" id="lightTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple.css" />
12
  <link rel="stylesheet" id="darkTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple-dark.css" />
13
- <link rel="stylesheet" href="https://softvisio.github.io/cli/assets/theme/theme.css" />
14
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" />
15
  </head>
16
  <body>
@@ -24,7 +24,7 @@
24
  window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/softvisio-node/sqlite/master/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@softvisio/sqlite", relativePath: true, repo: "https://github.com/softvisio-node/sqlite", search: { depth: 3 }, subMaxLevel: 2, tabs: {} };
25
  </script>
26
 
27
- <script src="https://softvisio.github.io/cli/assets/theme/theme.js"></script>
28
  <script src="https://cdn.jsdelivr.net/npm/docsify"></script>
29
  <script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script>
30
  <script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
10
 
11
  <link rel="stylesheet" id="lightTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple.css" />
12
  <link rel="stylesheet" id="darkTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple-dark.css" />
13
+ <link rel="stylesheet" href="https://softvisio-node.github.io/cli/assets/theme/theme.css" />
14
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" />
15
  </head>
16
  <body>
24
  window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/softvisio-node/sqlite/master/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@softvisio/sqlite", relativePath: true, repo: "https://github.com/softvisio-node/sqlite", search: { depth: 3 }, subMaxLevel: 2, tabs: {} };
25
  </script>
26
 
27
+ <script src="https://softvisio-node.github.io/cli/assets/theme/theme.js"></script>
28
  <script src="https://cdn.jsdelivr.net/npm/docsify"></script>
29
  <script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script>
30
  <script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@softvisio/sqlite",
3
- "version": "1.15.1",
4
  "description": "better-sqlite3 re-packed",
5
  "homepage": "https://softvisio-node.github.io/sqlite/",
6
  "bugs": {
1
  {
2
  "name": "@softvisio/sqlite",
3
+ "version": "1.15.2",
4
  "description": "better-sqlite3 re-packed",
5
  "homepage": "https://softvisio-node.github.io/sqlite/",
6
  "bugs": {

Readme

<!-- !!! DO NOT EDIT, THIS FILE IS GENERATED AUTOMATICALLY !!! -->

:information_source: Please, see the full project documentation here: https://softvisio-node.github.io/sqlite/.

Introduction

Repacked version of better-sqlite3:

  • added support for file:// urls;
  • always latest sqlite3 sources used;

Pre-compiled binaries: https://github.com/softvisio-node/sqlite/releases/tag/data.

Install

npm i @softvisio/sqlite