perma.db
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

PermaDB is a database management library, uses better-sqlite3 under the hood.

Features

The highlight of perma.db is that it makes it easy to process and access your data.

  • Speed: PermaDB comes with an option to work on memory until the end of the process, and also saves your data into the database. This makes it very fast.

  • Ease: You can either use the database with a single database or use databases with custom options.

  • All-in-one: PermaDB unites key-value architecture with SQL.

  • Integration: SQLite3 usage is just a function away.

  • Space: Unlike other alternatives, your database takes up less space.

  • Versatile: PermaDB offers both Python and Node.js libraries, along with the Cloud Database API.

Links

PermaDB documentation: https://rednexie.gitbook.io/permadb

Node Package Manager: https://npmjs.com/perma.db

Python Module: https://github.com/LegendMan46/permaDB

Package Sidebar

Install

npm i perma.db

Weekly Downloads

37

Version

0.0.3

License

MIT

Unpacked Size

41.3 kB

Total Files

9

Last publish

Collaborators

  • rednexie