upscaledb  2.2.1
Macros | Functions
db6.cpp File Reference
#include <iostream>
#include <ups/upscaledb.hpp>

Go to the source code of this file.

Macros

#define LOOP   10
 

Functions

int run_demo ()
 
int main (int argc, char **argv)
 

Macro Definition Documentation

#define LOOP   10

A simple example, which creates a database, inserts some values, looks them up and erases them. Uses the C++ api.

Definition at line 26 of file db6.cpp.

Referenced by run_demo().

Function Documentation

int main ( int  argc,
char **  argv 
)
int run_demo ( )