@degulabs/sqlite_web_vfs
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -1,3 +0,1 @@ | ||
import type { PathLike } from 'fs'; | ||
export function getWebVFSExtensionPath(): PathLike; | ||
export function getWebVFSExtensionPath(): string; |
{ | ||
"name": "@degulabs/sqlite_web_vfs", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "This [SQLite3 virtual filesystem extension](https://www.sqlite.org/vfs.html) provides read-only access to database files over HTTP(S), including S3 and the like, without involving a [FUSE mount](https://en.wikipedia.org/wiki/Filesystem_in_Userspace) (a fine alternative when available). **See also** the companion projects [sqlite_zstd_vfs](https://github.com/mlin/sqlite_zstd_vfs/) and [Genomics Extension for SQLite](https://github.com/mlin/GenomicSQLite), which include sqlite_web_vfs along with other features, most notably compression of the database file.", | ||
@@ -5,0 +5,0 @@ "main": "index.mjs", |
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
137555
18