Skip to content

Rename database and binary directories for NDI-MATLAB compatibility#36

Merged
stevevanhooser merged 1 commit into
mainfrom
claude/fix-matlab-python-compatibility-pCNrx
Mar 13, 2026
Merged

Rename database and binary directories for NDI-MATLAB compatibility#36
stevevanhooser merged 1 commit into
mainfrom
claude/fix-matlab-python-compatibility-pCNrx

Conversation

@stevevanhooser

Copy link
Copy Markdown
Contributor

Summary

Updated the database and binary directory naming conventions to align with NDI-MATLAB compatibility standards.

Key Changes

  • Renamed SQLite database file from ndi.db to did-sqlite.sqlite to match DID-python conventions
  • Renamed binary/attachments directory from binary to files for consistency with NDI-MATLAB
  • Updated the database_path property to reflect the new database filename
  • Updated corresponding test assertions to validate the new naming conventions

Implementation Details

  • The database file is now created at {session_path}/{db_name}/did-sqlite.sqlite instead of {session_path}/{db_name}/ndi.db
  • The binary directory is now created at {session_path}/{db_name}/files instead of {session_path}/{db_name}/binary
  • Updated comments to clarify the "files" directory naming for NDI-MATLAB compatibility
  • All affected tests have been updated to verify the new paths

https://claude.ai/code/session_0113MRjbNRY1VZQbn84uav4w

Rename database file from `ndi.db` to `did-sqlite.sqlite` and binary
storage directory from `binary/` to `files/` to match NDI-MATLAB's
.ndi folder layout, so datasets downloaded by either language can be
opened by the other.

https://claude.ai/code/session_0113MRjbNRY1VZQbn84uav4w
@stevevanhooser stevevanhooser merged commit b7bd062 into main Mar 13, 2026
4 checks passed
@stevevanhooser stevevanhooser deleted the claude/fix-matlab-python-compatibility-pCNrx branch March 13, 2026 17:26
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.

2 participants