bun-sqlite-for-rxdb 1.6.2 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
RxDB storage adapter that translates Mango queries directly to bun:sqlite (except of $regex), bypassing slow in-memory filtering.
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
|
-
- ✅ **
|
|
10
|
+
- ✅ **18 Mango operators** directly using SQL ($eq, $ne, $gt, $gte, $lt, $lte, $in, $nin, $or, $and, $exists, $elemMatch, $not, $nor, $type, $size, $mod, $all if schema defined)
|
|
11
|
+
*"If users want performance, they should define their data structures. If they want sloppy schemaless behavior, they pay the Mingo tax. This aligns incentives correctly."*
|
|
11
12
|
- ✅ **1 Mango operator optimized in memory** (complex $regex)
|
|
12
13
|
- ✅ **Smart regex** - converts simple patterns to SQL LIKE (uses indexes)
|
|
13
14
|
- ✅ **Attachments support** (base64 storage with digest validation)
|