|
220b2db443
|
Moved String and related classes under a string folder in core.
|
2022-08-17 14:19:55 +02:00 |
|
|
dc9cc716c7
|
Moved Object related classes under core/object.
|
2022-08-17 13:45:14 +02:00 |
|
|
d02d86aedc
|
Fully cleaned and added the sqlite database backend to the build.
|
2022-07-06 22:14:37 +02:00 |
|
|
be6ec3ee61
|
Separated Database and DatabaseConnection into different files.
|
2022-07-06 09:33:57 +02:00 |
|
|
2ec4fe922f
|
Broke up Database into 2 classes, to be able to better handle multi threading for the database systems that work better with having a connection for each thread. Haven't yet tested which backends would work better like this though.
|
2022-07-06 09:30:50 +02:00 |
|
|
b26ad4cab9
|
Cleaned up and added bindings for Database.
|
2022-07-06 09:17:49 +02:00 |
|
|
d5f5e9fec9
|
More cleanups.
|
2022-07-05 23:30:14 +02:00 |
|
|
e9938cfefa
|
Initial database module setup.
|
2022-07-05 14:45:45 +02:00 |
|