From d3f11e3b7b86eda4733ece84294d9dc8da1d23bc Mon Sep 17 00:00:00 2001 From: Daniil Rozanov <daniilrozzanov@gmail.com> Date: Wed, 5 Jul 2023 03:11:34 +0300 Subject: Added declaration of connection class with connect and execute members. Created detail and impl folder. Created one example's file --- examples/connect.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/connect.cpp (limited to 'examples/connect.cpp') diff --git a/examples/connect.cpp b/examples/connect.cpp new file mode 100644 index 0000000..76e8197 --- /dev/null +++ b/examples/connect.cpp @@ -0,0 +1 @@ +int main() { return 0; } -- cgit v1.2.3