mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add docs for TABLES constant
This commit is contained in:
parent
d71fdcbe78
commit
04789aad96
@ -1,4 +1,15 @@
|
|||||||
"""Database creation and schema-providing interfaces for backends."""
|
"""Database creation and schema-providing interfaces for backends.
|
||||||
|
|
||||||
|
Attributes:
|
||||||
|
TABLES (tuple): The three standard tables BigchainDB relies on:
|
||||||
|
|
||||||
|
* ``backlog`` for incoming transactions awaiting to be put into
|
||||||
|
a block.
|
||||||
|
* ``bigchain`` for blocks.
|
||||||
|
* ``votes`` to store votes for each block by each federation
|
||||||
|
node.
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
from functools import singledispatch
|
from functools import singledispatch
|
||||||
import logging
|
import logging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user