Skip to content
Snippets Groups Projects
Closed Migrate SQLite to rustbreak
  • View options
  • Migrate SQLite to rustbreak

    • View options
  • Closed created by Éloïs

    I want to migrate all persistent data to rustbreak

    Here is the new data schema:

    Legend :

    • module

      • db1 (index, data)
      • db2 (index, data)
    • blockchain module:

      • blocks: (BlockNumber, Vec)
      • forks: (ForkId,Vec<(BlockForkDatas)>)
      • forks_blocks : (Blockstamp, BlockDocument)
      • wot_index: (PubkeyHash,(DALIdentity,Vec,Vec))
      • tx_index: (TxHash,DALTx)
      • sources_index: (SourceConditionsHash,DALSource)

    At first, I will only migrate the blockchain module.

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first