@tycrek/papito
v0.3.4
Published
A modern, easy-to-use data engine system
Downloads
49
Readme
Papito
A modern, easy-to-use data engine system
Papito is a data engine system, primarily designed for use with ass. This package comes with a sample engine using JSON, which is used as the default data engine in ass.
Papito provides a universal interface for data management. Simply run GET, PUT, DEL, and HAS operations on your data and the Papito engine will handle the rest, whether it be JSON, MySQL, or something else entirely.
Usage
Install using npm i @tycrek/papito
. Please read the ass Wiki to properly use this package.
More to come soon!
I'm in the process of moving this away from being only meant for ass, and into a more general purpose data engine system. When I get around to that, I'll update this README file with more information.