start QAD::SQL library

QAD::SQLQuery wrapper to minimize code of QSqlQuery usage
This commit is contained in:
2023-06-09 21:30:25 +03:00
parent 7ce2b31ec9
commit b061949716
5 changed files with 114 additions and 1 deletions

1
libs/sql/CMakeLists.txt Normal file
View File

@@ -0,0 +1 @@
qad_library(sql "Gui;Widgets;Sql" "qad_utils")