GnuCash  5.6-125-g579da58a10+
Variables
simple_sqlite_create.py File Reference

Example Script simple sqlite create. More...

Go to the source code of this file.

Variables

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

Detailed Description

Example Script simple sqlite create.

Definition in file simple_sqlite_create.py.