Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Feb 2, 2020
1 parent 3f05e54 commit 4751b76
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@

## About

DroneFlightLogDb is a C# and Entity Framework Core implementation of a database layer for a drone flight logging tool.
DroneFlightLogDb implements the entities and business logic for an SQL-based drone flight logbook, providing facilities for recording and querying the following data:

* Operator details
* Drones, models and manufacturers
* Flights, flight locations and flight properties

It is implemented in C# and uses Entity Framework Core.

It supports the following database types:

| Type | Purpose |
| In Memory | In-memory database for transient storage and targetted at unit testing |
| SQLite | Permanent storage in a SQLite database |

## Getting Started

Expand Down

0 comments on commit 4751b76

Please sign in to comment.