An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : codeberg.org/piman/sqlite3memvfs

Package sqlite3memvfs implements support for reading data from in-memory SQLite database files, keyed in a VFS which can be accessed via database/sql.Open using the “vfs” query parameter. Multiple VFSs may be registered under different names; “files” may also be created or removed from each VFS independently. This is subtly different than the :memory: filename which is used to create an in-memory database scoped to a single connection. This package is for when you already have static data and don’t want to use a real filesystem at all. This uses the API provided by sqlite3vfs and the SQLite OS interface, but you don’t need to know the details of either to use this.

Registry - Source - Documentation - JSON
purl: pkg:golang/codeberg.org/piman/sqlite3memvfs
License: GPL-3.0
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: codeberg.org/piman
Stars: 0 on Codeberg.org
Forks: 0 on Codeberg.org
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...