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 : github.com/rasteric/minidb

Package minidb is a minimalist database. It stores items in tables, where each item has a fixed number of fields. The package has two APIs. The direct API is centered around MDB structures that represent database connections. Functions of MDB call directly the underlying database layer. The second API is slower and may be used for cases when commands and results have to be serialized. It uses Command structures that are created by functions like OpenCommand, AddTableCommand, etc. These are passed to Exec() which returns a Result structure that is populated with result values.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/rasteric/minidb
Keywords: database , key-value-database , sqlite3
License: BSD-3-Clause
Latest release: over 5 years ago
First release: over 6 years ago
Namespace: github.com/rasteric
Stars: 2 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago

    Loading...
    Readme
    Loading...