Skip to content

0.4

Compare
Choose a tag to compare
@simonw simonw released this 21 Nov 05:08
· 76 commits to main since this release
ab19c4c
  • Major changes to the database schema. Foreign keys now use integer primary key IDs rather than using lengthy item or commit hashes, which reduces the database size for large repositories by almost half. #12
  • Python generators can now be used in --convert functions. #16
  • Reserved columns are now marked by an underscore prefix, for example _id and _commit. #14