How many lines of C++ does a minimal CRUD database application need? Check this example; two lines for initialization, one line for each operation:
Can it be done shorter than that?PS.: the example shows user code only, there's a tool to generate boilerplate code, e.g. the Task struct and "binding" it to database. |