From e96bad239c443368e9c5f5bb02a66e5d203088de Mon Sep 17 00:00:00 2001 From: Dave Walker <56451830+davewalker5@users.noreply.github.com> Date: Sun, 2 Feb 2020 15:06:33 +0000 Subject: [PATCH] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index fd8f513..4b92673 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,6 @@ DroneFlightLogDb implements the entities and business logic for a SQL-based dron * 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 Please see the [Wiki](https://github.com/davewalker5/DroneFlightLogDb/wiki) for details on how to reference and use the Drone Flight Log business logic and how to get started with a database to hold the data.