Function
Seagulldb_new_in_memory
since: 0.2
Declaration [src]
SeagullSqlite3*
seagull_db_new_in_memory (
void
GError** error
)
Description [src]
Creates a new in memory database.
Use seagull_db_close()
to close the database when done with it.
Available since: 0.2
Return value
Type: SeagullSqlite3
The new instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |