#include "catch2/catch_test_macros.hpp"
#include <connection.hpp>
TEST_CASE("Query test", "[query]") {
SECTION("Create") {
REQUIRE(true);
}
SECTION("Insert") {
SECTION("Select") {