Skip to main content
Ctrl+K

Register Now: Autumn School 2023: Open Approaches to Time in LCA 📍 Switzerland 🗓️ 9-13.October

Logo image

Site Navigation

  • Introduction
  • Setup
  • API Reference
  • Gallery
  • LCA
  • Contributing
  • FAQ
  • Changelog
  • Brightway Ecosystem
  • Credits & License
  • Interactive Training

Site Navigation

  • Introduction
  • Setup
  • API Reference
  • Gallery
  • LCA
  • Contributing
  • FAQ
  • Changelog
  • Brightway Ecosystem
  • Credits & License
  • Interactive Training

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#

Module Contents#

Classes#

PickleField

SubstitutableDatabase

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

property db[source]#
_create_database()[source]#
atomic()[source]#
change_path(filepath)[source]#
execute_sql(*args, **kwargs)[source]#
transaction()[source]#
vacuum()[source]#

previous

bw2data.serialization

next

bw2data.updates

On this page
  • Module Contents
    • Classes
      • PickleField
        • PickleField.db_value()
        • PickleField.python_value()
      • SubstitutableDatabase
        • SubstitutableDatabase.db
        • SubstitutableDatabase._create_database()
        • SubstitutableDatabase.atomic()
        • SubstitutableDatabase.change_path()
        • SubstitutableDatabase.execute_sql()
        • SubstitutableDatabase.transaction()
        • SubstitutableDatabase.vacuum()
      • PickleField
        • db_value
        • python_value
      • SubstitutableDatabase
        • db
        • _create_database
        • atomic
        • change_path
        • execute_sql
        • transaction
        • vacuum
Show Source

© Copyright 2023 Brightway Developers.

Built with the PyData Sphinx Theme 0.13.0.