npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@wxn0brp/db

v0.41.0

Published

A modular, embedded database for developers who want control over their data storage.

Readme

ValtheraDB (@wxn0brp/db)

npm version License Downloads

Welcome to ValtheraDB – a modular, embedded database for developers who want to build their perfect data layer. With a familiar API and unparalleled flexibility, ValtheraDB empowers you to take control of your data storage.


Installation

To install the package, run:

# Using npm
npm install @wxn0brp/db

# Or using yarn
yarn add @wxn0brp/db

# Or using bun
bun add @wxn0brp/db

Our Philosophy: Control and Flexibility

In a world of one-size-fits-all solutions, ValtheraDB is different. We believe that you, the developer, should have the final say on how your data is managed. Our core philosophy is built on two pillars:

  • Unmatched Modularity: The storage engine is just a plugin. Don't like JSON files? Use a single binary file, YAML, localStorage, or invent your own format. ValtheraDB's architecture is designed to adapt to your needs, not the other way around.
  • Pragmatic Power: We provide powerful features like cross-database relations and a rich query API, but we keep it simple. ValtheraDB is designed for small to medium-sized applications where a custom-fit and developer experience are more important than supporting massive datasets.

Who is ValtheraDB for?

ValtheraDB is a great fit if you are:

  • A Node.js or Bun developer building a backend and wanting an easy-to-use, embedded database without the overhead of a separate database server.
  • A frontend developer creating a Progressive Web App (PWA) that needs offline capabilities or complex client-side storage.
  • An Electron developer who needs a straightforward way to store data locally in a desktop application.
  • A creative coder who wants to experiment with unconventional storage methods for your projects.

In short, if you value flexibility and control over rigid conventions, you'll feel right at home.

Key Features at a Glance

  • 🧱 Pluggable Storage Engine: Bring your own storage adapter.
  • 🤝 Powerful Cross-Database Relations: Create relationships between data across entirely separate database instances.
  • 🧠 Familiar MongoDB-like API: Start working quickly with an intuitive and expressive query language.
  • 🌐 Runs Everywhere: Optimized for Bun, great with Node.js, and fully capable in the browser.
  • 🚀 Client-Server Ready: Scale from an embedded solution to a client-server architecture when you need to.
  • 🚫 Zero Configuration: Point it to a directory, and you're good to go.

Where to Go Next?

License

This project is released under the MIT License.

Contributing

Contributions are welcome! Please submit a pull request or open an issue on our GitHub repository.