• v0.1_beta Pre-Release

    marcelb released this 2023-05-26 18:48:10 +02:00 | 12 commits to dev since this release

    Features

    • Operating mode: always open base, open/close as needed

    • One call for SQL query and response

    • Reading the answer once

    • Mapping the SQL response to a variable of type map<string, string>

    Include

    #include "include/sql3/lib/sql3.hpp"
    

    Build

    g++ myapp.cpp include/sql3/src/ -l sqlite3
    
    Downloads