Skip to content

Databases

marc-vdm edited this page Sep 24, 2024 · 2 revisions

Important

This wiki section is incomplete or outdated.

Please help us improve the wiki by reading our contributing guidelines.

Databases are the main way in which Brightway manages and stores Activities. Use databases to organize your data in a meaningful way, for example by separating foreground and background systems.

Read more about data organization in Brightway...

Brightway databases consist of two parts:

  1. Backend: this is where the actual activity data lives. Most users will be using the SQLite backend, which stores data in the databases.db found in the project folder.
  2. Metadata: this is where database specific metadata is stored, such as dependent databases, number of activities, and time of last edit.

Databases that are installed in a project may be found in the Databases section, part of the Project panel. This section shows a table that displays a selection of the metadata for all the databases in the project.

Note

This panel is not yet visible when no databases have been installed into the project yet. Instead, a button to set up your project will be shown.

Read more about setting up a project...

Basic functions

Opening a database

You can open a database by double-clicking its entry within the Databases table. This will open a tab at the bottom of the Project panel that contains a table showing all activities that the database contains.

Creating a new database

You can create a new database by clicking the New database... button in the Databases table. This will prompt you to enter a unique name for the database, after which the newly created database will open and you can start adding activities as desired.

Deleting a database

You can delete a database by right-clicking on its entry withing the Databases table and selecting Delete database, this will prompt you for a confirmation.

Warning

Deleting a database can not be undone and any exchanges between activities in the database and any other database will be deleted, all activities in the database that were used in a calculation setup will also be removed from the setup.

Make sure you anticipate the consequences of deleting a database before doing so!

Duplicating a database

You can duplicate a database by right-clicking on its entry withing the Databases table. This will prompt to enter a unique name for the new database, after which the newly duplicated database will open.

Relinking a database

Databases are often connected to other databases by exchanges. Sometimes, you may want to replace the connections from a database to another, as an example:

You have 2 databases, database A and B, B uses activities that are in A. You duplicated a database A to make and test some changes to A_copy, and now want to change the links in B to A_copy.

To relink a database, you can right-click on its entry in the Databases table and choose Relink the database. In the pop-up, you can choose a new link for every database your database depends on.

Relinking will only work if exact matches are found for the name, reference product adn unit for the activities. Any activities not relinked will remain linked to the old database.

Note

Relinking can be a slow process, as it needs to check every exchange in every activity in the database.

Navigation


โ—‹ ๐Ÿ  Home

โ‰๏ธ Getting Started & Help
๐ŸŽ“ Tutorials

โ—‹ ๐Ÿ“š Projects

โ—‹ ๐Ÿ“’ Databases

โ—‹ ๐Ÿงพ Activities

โ—‹ ๐ŸŒ Impact Categories

๐Ÿงฎ LCA calculation setup
๐Ÿ“Š LCA results

โ—‹ ๐Ÿ” Graph Explorer

โ—‹ ๐Ÿงฉ Plugins

๐Ÿš€ Advanced topics

โ—‹ โš™๏ธ Settings

Clone this wiki locally