mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-28 02:02:04 +00:00
Ports the DBCore subsystem from tg. A few things had to be dumbed down to make them work here. Separate PRs will be created for different systems as they are moved over to the new DBCore. --------- Co-authored-by: Werner <Arrow768@users.noreply.github.com>
7 lines
248 B
Plaintext
7 lines
248 B
Plaintext
/// When a query has been queued up for execution/is being executed
|
|
#define DB_QUERY_STARTED 0
|
|
/// When a query is finished executing
|
|
#define DB_QUERY_FINISHED 1
|
|
/// When there was a problem with the execution of a query.
|
|
#define DB_QUERY_BROKEN 2
|