Skip to content

feat: complete rebranding from NexusDB to SensibleDB#19

Merged
rprabhat merged 1 commit intomainfrom
feat/rebrand-to-sensibledb
Apr 5, 2026
Merged

feat: complete rebranding from NexusDB to SensibleDB#19
rprabhat merged 1 commit intomainfrom
feat/rebrand-to-sensibledb

Conversation

@rprabhat
Copy link
Copy Markdown
Collaborator

@rprabhat rprabhat commented Apr 5, 2026

Summary

Complete rebranding of the entire codebase from NexusDB to SensibleDB. Single squashed commit on top of latest main.

What Changed

Directory Renaming:

  • nexus-cli → sensibledb-cli
  • nexus-db → sensibledb-db
  • nexus-explorer → sensibledb-explorer
  • nexus-container → sensibledb-container
  • nexus-macros → sensibledb-macros

Internal Module Renaming:

  • nexus_engine → sensibledb_engine
  • nexus_gateway → sensibledb_gateway
  • nexusc → sensibledbc

Package Updates:

  • All Cargo.toml workspace members, package names, and dependency paths updated
  • All Rust source imports and crate references updated
  • cargo check --workspace passes

Documentation:

  • README.md fully rewritten with SensibleDB branding
  • All docs/ files updated
  • mkdocs.yml updated with SensibleDB site config

Config Files:

  • nexus.toml → sensibledb.toml
  • .nexus/ → .sensibledb/

Brand Assets:

  • Tauri config updated
  • Icon assets updated
  • HTML title and user-facing strings updated

- Renamed directories: nexus-cli → sensibledb-cli, nexus-db → sensibledb-db, nexus-explorer → sensibledb-explorer, nexus-container → sensibledb-container, nexus-macros → sensibledb-macros
- Renamed internal Rust modules: nexus_engine → sensibledb_engine, nexus_gateway → sensibledb_gateway, nexusc → sensibledbc
- Updated all Cargo.toml workspace members, package names, and dependency paths
- Updated all Rust source imports and crate references
- Rewrote all documentation with SensibleDB branding
- Updated CI/CD workflows, install scripts, and config files
- Renamed nexus.toml → sensibledb.toml, .nexus/ → .sensibledb/
- Updated icon assets and Tauri config with SensibleDB branding
- Updated HTML title, guided tour text, and all user-facing strings
- cargo check --workspace passes
@rprabhat rprabhat merged commit d689877 into main Apr 5, 2026
33 of 53 checks passed
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