DungeonCrawl
Loading...
Searching...
No Matches
db_connection_t Struct Reference

This struct is used for the database connection in SQLite. More...

#include <database.h>

Data Fields

sqlite3 * db
char * err_msg

Detailed Description

This struct is used for the database connection in SQLite.

Definition at line 22 of file database.h.

Field Documentation

◆ db

sqlite3* db_connection_t::db

Definition at line 23 of file database.h.

◆ err_msg

char* db_connection_t::err_msg

Definition at line 24 of file database.h.


The documentation for this struct was generated from the following file: