Skip to content

ENH: Added SQLite MRML storage node.

Sam Horvath requested to merge github/fork/ayarmarkovich/SQLiteStorageNode into master

Created by: ayarmarkovich

I have added support for SQLite database including:

  • new vtkMRMLTableSQLiteStorageNode
  • test for vtkMRMLTableSQLiteStorageNode
  • support for vtkMRMLTableSQLiteStorageNode in the Tables module including:
    • drag and drop of .db files will read tables in the database into vtkMRMLTableNnode's
    • saving of vtkMRMLTableNnode's into .db files

Merge request reports