bigchaindb/docs/source/developer-interface.rst
Rodolphe Marques eaec17e631 Removed outdated or irrelevant documentation
Re wrote some parts
2016-02-10 15:48:57 +01:00

11 lines
449 B
ReStructuredText

##################
Developer Interface
##################
The Bigchain class is the top-level API for BigchainDB. If you want to create and initialize a BigchainDB database, you create a Bigchain instance (object). Then you can use its various methods to create transactions, write transactions (to the object/database), read transactions, etc.
.. autoclass:: bigchaindb.Bigchain
:members:
.. automethod:: bigchaindb.core.Bigchain.__init__