1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-09-18 10:17:19 +02:00

Update the SQLite module to work with the modified API.

Separate the SQLite handles into their own source files.
This commit is contained in:
Sandu Liviu Catalin
2016-06-03 21:31:00 +03:00
parent e1a1ccf979
commit 4d77386b21
17 changed files with 1325 additions and 1690 deletions

View File

@@ -1,10 +1,6 @@
// ------------------------------------------------------------------------------------------------
#include "Connection.hpp"
#include "Statement.hpp"
#include "Module.hpp"
// ------------------------------------------------------------------------------------------------
#include <sqrat.h>
// ------------------------------------------------------------------------------------------------
namespace SqMod {