Database - MarcosPiedra/CalculatorService GitHub Wiki

The WebAPI uses a simple database using SQLite. In the root of the project, It can see a file with the name Operation.db. When it is compiled, the compile folder is copied, replacing the file and starting from scratch a new database.

The schema of the database is a simple table with the follow columns and types:

image