diff options
| author | Octavian Dima <WopsS@users.noreply.github.com> | 2019-01-26 22:01:25 +0100 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-01-26 13:01:25 -0800 |
| commit | da0fc542dcd9dd068dfe8efcf347036aaaf3ae2f (patch) | |
| tree | 201902be7a6b972450c4dfbdb37c96152a5e9711 /ports/sqlpp11/CONTROL | |
| parent | 715aefc2138ae0c3577294cfd3e2bdf94126122d (diff) | |
| download | vcpkg-da0fc542dcd9dd068dfe8efcf347036aaaf3ae2f.tar.gz vcpkg-da0fc542dcd9dd068dfe8efcf347036aaaf3ae2f.zip | |
Add sqlpp11 libraries (#4747)
* Add sqlpp11
* Add sqlpp11-connector-mysql
* Add sqlpp11-connector-sqlite3
* Apply a patch for MSVC
Diffstat (limited to 'ports/sqlpp11/CONTROL')
| -rw-r--r-- | ports/sqlpp11/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/sqlpp11/CONTROL b/ports/sqlpp11/CONTROL new file mode 100644 index 000000000..7c75d17d9 --- /dev/null +++ b/ports/sqlpp11/CONTROL @@ -0,0 +1,4 @@ +Source: sqlpp11
+Version: 0.57
+Description: A type safe embedded domain specific language for SQL queries and results in C++.
+Build-Depends: date
\ No newline at end of file |
