DB
Description:
[
CCode ( has_construct_function =
false ) ]
[
Version ( since =
"3.24" ) ]
public DB (
string filename)
throws Error
Parameters:
filename |
A filename with the database to open/create
|
Returns:
A new DB with filename as its database file. Free it with
unref when no longer needed.
|