Skip to main content
Ctrl+K

This is the documentation for older versions of Brightway (legacy).

Brightway

  • Installation
  • Getting Started
  • API Reference
  • FAQ
  • Changelog
  • GitHub
  • Conda
  • Matrix Group Chat
  • Installation
  • Getting Started
  • API Reference
  • FAQ
  • Changelog
  • GitHub
  • Conda
  • Matrix Group Chat
Ctrl+K

Section Navigation

  • bw2io
  • bw2data
    • bw2data.backends
    • bw2data.bin
    • bw2data.search
    • bw2data.configuration
    • bw2data.data_store
    • bw2data.database
    • bw2data.errors
    • bw2data.fatomic
    • bw2data.filesystem
    • bw2data.ia_data_store
    • bw2data.logs
    • bw2data.meta
    • bw2data.method
    • bw2data.parameters
    • bw2data.project
    • bw2data.proxies
    • bw2data.query
    • bw2data.serialization
    • bw2data.sqlite
    • bw2data.updates
    • bw2data.utils
    • bw2data.validate
    • bw2data.weighting_normalization
  • bw2calc
  • bw2analyzer
  • API Reference
  • bw2data
  • bw2data.sqlite

bw2data.sqlite#

Classes#

PickleField

SubstitutableDatabase

Module Contents#

class bw2data.sqlite.PickleField[source]#

Bases: peewee.BlobField

Inheritance diagram of bw2data.sqlite.PickleField
db_value(value)[source]#
python_value(value)[source]#
class bw2data.sqlite.SubstitutableDatabase(filepath, tables)[source]#

Bases: object

_create_database()[source]#
atomic()[source]#
change_path(filepath)[source]#
execute_sql(*args, **kwargs)[source]#
transaction()[source]#
vacuum()[source]#
_database[source]#
_filepath[source]#
_tables[source]#
property db[source]#
On this page
  • Classes
  • Module Contents
    • PickleField
      • PickleField.db_value()
      • PickleField.python_value()
    • SubstitutableDatabase
      • SubstitutableDatabase._create_database()
      • SubstitutableDatabase.atomic()
      • SubstitutableDatabase.change_path()
      • SubstitutableDatabase.execute_sql()
      • SubstitutableDatabase.transaction()
      • SubstitutableDatabase.vacuum()
      • SubstitutableDatabase._database
      • SubstitutableDatabase._filepath
      • SubstitutableDatabase._tables
      • SubstitutableDatabase.db
Edit on GitHub
Show Source
Support Brightway

Β© Copyright 2025 Brightway Developers.

πŸŒΏπŸ› Found a bug? Something not working? Frustrated? Please report it!