cagey.reactions.add_precursors#

cagey.reactions.add_precursors(connection, *, commit=True)[source]#

Add initial precursor data to the database.

Parameters:
  • connection (Connection) – The SQLite database connection.

  • commit (bool) – Whether to commit the transaction.

Return type:

None