Skip to content

feat: complete rebranding from NexusDB to SensibleDB#20

Closed
rprabhat wants to merge 2 commits intomainfrom
feat/rebrand-to-sensibledb
Closed

feat: complete rebranding from NexusDB to SensibleDB#20
rprabhat wants to merge 2 commits 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

rprabhat added 2 commits April 5, 2026 17:33
- 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
- NexusGraphEngine → SensibleGraphEngine
- NexusGateway → SensibleGateway
- NexusGraphStorage → SensibleGraphStorage
- nexus_node macro → sensible_node
- nexus-ts/nexus-py → sensible-ts/sensible-py
- NexusQL → SensibleQL, nexusql/ → sensibleql/
@rprabhat
Copy link
Copy Markdown
Collaborator Author

rprabhat commented Apr 5, 2026

Closing - will push clean version to main directly.

1 similar comment
@rprabhat
Copy link
Copy Markdown
Collaborator Author

rprabhat commented Apr 5, 2026

Closing - will push clean version to main directly.

@rprabhat rprabhat closed this Apr 5, 2026
@rprabhat rprabhat deleted the feat/rebrand-to-sensibledb branch April 5, 2026 07:56
@rprabhat rprabhat restored the feat/rebrand-to-sensibledb branch April 5, 2026 08:45
@rprabhat rprabhat deleted the feat/rebrand-to-sensibledb branch April 5, 2026 22:43
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