Rebrand jsondb to @async/db and update paths#14
Conversation
Rename and rebrand the project from jsondb to @async/db (db) across docs, changelog, package.json, CLI and code. Replace runtime folder .jsondb with .db, rename config files (jsondb.config.mjs -> db.config.mjs), update viewer route (/__jsondb -> /__db) and schema helper exports, and adjust examples, generated types, and tests to the new names/paths. Many examples commit generated state/types under the new layout and numerous source files, tests, and docs were updated to reflect the API/feature name changes and repository URL.
|
Important Review skippedToo many files! This PR contains 208 files, which is 58 over the limit of 150. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (8)
📒 Files selected for processing (208)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Rename and rebrand the project from jsondb to @async/db (db) across docs, changelog, package.json, CLI and code. Replace runtime folder .jsondb with .db, rename config files (jsondb.config.mjs -> db.config.mjs), update viewer route (/__jsondb -> /__db) and schema helper exports, and adjust examples, generated types, and tests to the new names/paths. Many examples commit generated state/types under the new layout and numerous source files, tests, and docs were updated to reflect the API/feature name changes and repository URL.