GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
simple_sqlite_create.py File Reference

Example Script simple sqlite create. More...

Go to the source code of this file.

Variables

tuple simple_sqlite_create.s = Session('sqlite3://%s' % abspath('test.blob'), is_new=True)
 
 simple_sqlite_create.book = s.book
 
tuple simple_sqlite_create.root = book.get_root_account()
 
tuple simple_sqlite_create.a = Account(book)
 
tuple simple_sqlite_create.commod_table = book.get_table()
 

Detailed Description

Example Script simple sqlite create.

Definition in file simple_sqlite_create.py.