Open project

From TaskDepender
Jump to: navigation, search
(Introduction)
(Implementation)
Line 14: Line 14:
 
== Implementation ==
 
== Implementation ==
  
The implementation uses the [http://www.sqlite.org/c3ref/open.html sqlite3_open_v2] function.
+
The implementation uses the [http://www.sqlite.org/c3ref/open.html <tt>sqlite3_open_v2</tt>] function.
  
 
If the filename is an empty string, then a private, temporary on-disk database will be created. This private database will be automatically deleted as soon as the database connection is closed.
 
If the filename is an empty string, then a private, temporary on-disk database will be created. This private database will be automatically deleted as soon as the database connection is closed.

Revision as of 20:19, 1 October 2011

Personal tools