Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 924 Bytes

README.md

File metadata and controls

28 lines (27 loc) · 924 Bytes

ψdb

ψdb is a sci(ψ)entific database management system designed to help you remember which datasets correspond to which experiments!

TODO

  • CLI
    • Add data
    • Add transforms
    • Apply transform
    • Chain transforms
    • Link datasets
    • --help messages
    • Man pages (clap_mangen)
  • GUI
    • Visualize the entries in the database
    • Add data to the database through the GUI
      • Init database
      • Add data
      • Add transforms
      • Apply transform
      • Chain transforms
      • Link datasets
      • Connect entries
      • Add templates for metadata formatting
    • Aesthetics
  • Data integrity
    • Make a backup of the database before writing the new database
    • Maybe use SQL-style commits/transactions?
  • Python Bindings (PyO3?)