sorla-db
v1.0.0
Published
A simple and temporary database focused to use in browser environment that will bring capabilities for other tools that will be launched as soon as possible.
Downloads
5
Maintainers
Readme
sorla-db
A simple and temporary database focused to use in browser environment that will bring capabilities for other tools that will be launched as soon as possible.
This idea is from our founder #andmarruda that give this idea and alot of this idea are developed by him.
To create a minify file run
node index.js
To test the environment using jest run... Don`t forget to install the dev dependecies before, using:
npm install --only=dev
npm test
Soon some documentations....
Prohibited characters $ and ., $ because is used to call operators and . because uses to search key inside a object's object
Find Operators
$and
The $and operator meticulously processes arrays, employing a loop chain mechanism. During this process, it's engineered for efficiency: if it encounters any comparison that yields false, it immediately halts the ongoing chain. This intelligent design is aimed at preventing unnecessary computation time, especially when dealing with documents that don't meet the specified condition. It's all about optimizing performance and ensuring swift, precise operations.