Skip to content

Rebrand jsondb to @async/db and update paths#14

Merged
PatrickJS merged 1 commit into
mainfrom
codex/async-db-rename
May 20, 2026
Merged

Rebrand jsondb to @async/db and update paths#14
PatrickJS merged 1 commit into
mainfrom
codex/async-db-rename

Conversation

@PatrickJS
Copy link
Copy Markdown
Owner

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.

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.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 20, 2026

Important

Review skipped

Too many files!

This PR contains 208 files, which is 58 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f54641b4-e1b0-4a1e-9ba3-63c25cb2109a

📥 Commits

Reviewing files that changed from the base of the PR and between 81226f9 and ac1775f.

⛔ Files ignored due to path filters (8)
  • examples/advanced/src/generated/db.types.ts is excluded by !**/generated/**
  • examples/basic/src/generated/db.types.ts is excluded by !**/generated/**
  • examples/schema-first/src/generated/db.types.ts is excluded by !**/generated/**
  • examples/schema-manifest/src/generated/db.schema.json is excluded by !**/generated/**
  • examples/schema-manifest/src/generated/db.types.ts is excluded by !**/generated/**
  • examples/schema-ui/examples/schema-ui/src/generated/db.schema.json is excluded by !**/generated/**
  • examples/schema-ui/src/generated/db.schema.json is excluded by !**/generated/**
  • examples/schema-ui/src/generated/db.types.ts is excluded by !**/generated/**
📒 Files selected for processing (208)
  • .gitignore
  • AGENTS.md
  • CHANGELOG.md
  • README.md
  • SPEC.md
  • db.config.example.mjs
  • docs/README.md
  • docs/architecture.md
  • docs/ci-and-release.md
  • docs/concepts.md
  • docs/configuration.md
  • docs/fixtures-and-schemas.md
  • docs/generated-files.md
  • docs/getting-started.md
  • docs/integrations.md
  • docs/package-api.md
  • docs/server-and-viewer.md
  • examples/advanced/.jsondb/schema.generated.json
  • examples/advanced/.jsondb/state/.sources.json
  • examples/advanced/.jsondb/state/projects.json
  • examples/advanced/.jsondb/state/settings.json
  • examples/advanced/.jsondb/state/users.json
  • examples/advanced/.jsondb/types/index.ts
  • examples/advanced/README.md
  • examples/advanced/db.config.mjs
  • examples/advanced/db/users.schema.mjs
  • examples/basic/.jsondb/schema.generated.json
  • examples/basic/.jsondb/state/.sources.json
  • examples/basic/.jsondb/state/settings.json
  • examples/basic/.jsondb/state/users.json
  • examples/basic/.jsondb/types/index.ts
  • examples/basic/README.md
  • examples/basic/db.config.mjs
  • examples/csv/.jsondb/schema.generated.json
  • examples/csv/.jsondb/state/.sources.json
  • examples/csv/.jsondb/state/customers.json
  • examples/csv/.jsondb/types/index.ts
  • examples/csv/README.md
  • examples/csv/db.config.mjs
  • examples/csv/jsondb.config.mjs
  • examples/data-first/.jsondb/schema.generated.json
  • examples/data-first/.jsondb/state/.sources.json
  • examples/data-first/.jsondb/state/posts.json
  • examples/data-first/.jsondb/state/settings.json
  • examples/data-first/.jsondb/state/users.json
  • examples/data-first/.jsondb/types/index.ts
  • examples/data-first/README.md
  • examples/data-first/db.config.mjs
  • examples/data-first/jsondb.config.mjs
  • examples/diagnostics/.jsondb/schema.generated.json
  • examples/diagnostics/.jsondb/state/.sources.json
  • examples/diagnostics/.jsondb/state/projects.json
  • examples/diagnostics/.jsondb/state/users.json
  • examples/diagnostics/.jsondb/types/index.ts
  • examples/diagnostics/README.md
  • examples/diagnostics/db.config.mjs
  • examples/hono-auth/.jsondb/schema.generated.json
  • examples/hono-auth/.jsondb/state/.sources.json
  • examples/hono-auth/.jsondb/state/pages.json
  • examples/hono-auth/.jsondb/state/users.json
  • examples/hono-auth/.jsondb/types/index.ts
  • examples/hono-auth/README.md
  • examples/hono-auth/db.config.mjs
  • examples/hono-auth/db/pages.schema.jsonc
  • examples/hono-auth/example.json
  • examples/hono-auth/package.json
  • examples/hono-auth/src/app.mjs
  • examples/hono-auth/src/server.mjs
  • examples/relations/.jsondb/schema.generated.json
  • examples/relations/.jsondb/state/.sources.json
  • examples/relations/.jsondb/state/posts.json
  • examples/relations/.jsondb/state/users.json
  • examples/relations/.jsondb/types/index.ts
  • examples/relations/README.md
  • examples/relations/db.config.mjs
  • examples/relations/jsondb.config.mjs
  • examples/rest-client/.jsondb/schema.generated.json
  • examples/rest-client/.jsondb/state/.sources.json
  • examples/rest-client/.jsondb/state/settings.json
  • examples/rest-client/.jsondb/state/users.json
  • examples/rest-client/.jsondb/types/index.ts
  • examples/rest-client/README.md
  • examples/rest-client/db.config.mjs
  • examples/rest-client/example.json
  • examples/rest-client/jsondb.config.mjs
  • examples/rest-client/src/client-demo.mjs
  • examples/schema-first/.jsondb/schema.generated.json
  • examples/schema-first/.jsondb/state/.sources.json
  • examples/schema-first/.jsondb/state/auditEvents.json
  • examples/schema-first/.jsondb/state/settings.json
  • examples/schema-first/.jsondb/state/users.json
  • examples/schema-first/.jsondb/types/index.ts
  • examples/schema-first/README.md
  • examples/schema-first/db.config.mjs
  • examples/schema-first/jsondb.config.mjs
  • examples/schema-manifest/.jsondb/schema.generated.json
  • examples/schema-manifest/.jsondb/state/.sources.json
  • examples/schema-manifest/.jsondb/state/projects.json
  • examples/schema-manifest/.jsondb/state/users.json
  • examples/schema-manifest/.jsondb/types/index.ts
  • examples/schema-manifest/README.md
  • examples/schema-manifest/db.config.mjs
  • examples/schema-ui/.jsondb/schema.generated.json
  • examples/schema-ui/.jsondb/state/.sources.json
  • examples/schema-ui/.jsondb/state/pages.json
  • examples/schema-ui/.jsondb/state/users.json
  • examples/schema-ui/.jsondb/types/index.ts
  • examples/schema-ui/README.md
  • examples/schema-ui/db.config.mjs
  • examples/schema-ui/serve-example.mjs
  • examples/schema-ui/serve.mjs
  • examples/schema-ui/src/cms-ssr.mjs
  • examples/schema-ui/src/render-admin.mjs
  • examples/schema-ui/src/start-schema-ui-server.mjs
  • package.json
  • scripts/check-syntax.js
  • scripts/example-launcher.js
  • scripts/run-tests.js
  • scripts/serve-examples.js
  • src/cli/commands/create.js
  • src/cli/commands/doctor.js
  • src/cli/commands/schema.js
  • src/cli/commands/serve.js
  • src/cli/commands/sync.js
  • src/cli/commands/viewer.js
  • src/cli/index.js
  • src/cli/output.js
  • src/client.js
  • src/client.test.js
  • src/config.d.ts
  • src/db.js
  • src/doctor.js
  • src/errors.js
  • src/features/config/defaults.js
  • src/features/config/forks.js
  • src/features/config/load.js
  • src/features/doctor/index.js
  • src/features/doctor/schema-guidance.js
  • src/features/generate/registry.js
  • src/features/http/registry.js
  • src/features/runtime/collection.js
  • src/features/runtime/db.js
  • src/features/runtime/document.js
  • src/features/runtime/json-pointer.js
  • src/features/schema/project.js
  • src/features/schema/sources.js
  • src/features/schema/validation.js
  • src/features/storage/json.test.js
  • src/features/storage/runtime.js
  • src/features/storage/source.js
  • src/features/storage/static.js
  • src/features/sync/index.js
  • src/features/viewer/manifest.js
  • src/generate/hono.test.js
  • src/generate/hono/app.js
  • src/generate/hono/graphql.js
  • src/generate/hono/index.js
  • src/generate/hono/package.js
  • src/generate/hono/readme.js
  • src/generate/hono/repository.js
  • src/generate/hono/rest.js
  • src/generate/hono/schema.js
  • src/generate/hono/sqlite.js
  • src/generate/hono/validators.js
  • src/graphql/execute.js
  • src/graphql/graphql.test.js
  • src/graphql/parser.js
  • src/hono.d.ts
  • src/hono.js
  • src/index.d.ts
  • src/index.js
  • src/integrations/hono.js
  • src/integrations/hono.test.js
  • src/integrations/sqlite.js
  • src/integrations/vite.js
  • src/mock.test.js
  • src/rest/formats.js
  • src/rest/handler.js
  • src/rest/handler.test.js
  • src/rest/shape.js
  • src/server.js
  • src/server.test.js
  • src/shared/csv.js
  • src/shared/errors.js
  • src/shared/mock.js
  • src/sqlite.d.ts
  • src/sqlite.js
  • src/sqlite.test.js
  • src/sync.js
  • src/types.js
  • src/vite.d.ts
  • src/vite.js
  • src/vite.test.js
  • src/web/json-viewer.js
  • src/web/viewer.js
  • src/web/viewer.test.js
  • test/cli/cli.test.js
  • test/config/config.test.js
  • test/doctor/doctor.test.js
  • test/examples/examples.test.js
  • test/helpers.js
  • test/package/exports.test.js
  • test/runtime/package-api.test.js
  • test/schema/manifest.test.js
  • test/schema/sources.test.js
  • test/schema/validation.test.js
  • test/sync/sync.test.js
  • test/viewer/manifest.test.js

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/async-db-rename

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@PatrickJS PatrickJS merged commit 6b8b37b into main May 20, 2026
3 of 4 checks passed
@PatrickJS PatrickJS deleted the codex/async-db-rename branch May 20, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant