oatpp-sqlite
oatpp-sqlite copied to clipboard
[TODO] - reuse prepared statements
Currently, all statements are created each time the Executor::execute() method is called - https://github.com/oatpp/oatpp-sqlite/blob/master/src/oatpp-sqlite/Executor.cpp#L121
We should keep prepared statements per connection and reuse them.