quick.db
quick.db copied to clipboard
An easy, open-source, Node.js database designed for complete beginners getting into the concept of coding.
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`3.2.2` -> `3.3.2`](https://renovatebot.com/diffs/npm/prettier/3.2.2/3.3.2) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [better-sqlite3](https://togithub.com/WiseLibs/better-sqlite3) | [`8.x \|\| 9.x` -> `8.x...
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.10.0. Release notes Sourced from mysql2's releases. v3.10.0 3.10.0 (2024-05-30) Features add jsonStrings option (#2642) (9820fe5) Bug Fixes stream: reads should emit the dataset number...
This pull request adds to the README file by adding more detailed instructions on what is needed and how to set up the project, this includes adding: - **Prerequisites**: Added...
While quick.db is a convenient and lightweight database solution, its current reliance on better-sqlite3 can cause compatibility issues and performance limitations when used with Bun. This is due to known...