userland storage

JSON →
library 0.4.2 ·javascript
verified Jun 5, 2026

A simple SQL-based storage system for Node.js applications requiring per-user file storage. Version 0.4.2 is current, released as part of the userland project. It provides a straightforward API to create, read, update, delete files identified by username and relative path, each with metadata, type, and access control (public/private). Unlike cloud storage SDKs, it is database-only and designed to be integrated with any identity system. The package is lightweight and relies on a MySQL/MariaDB database. It is not frequently updated; current release cadence is low.