diff --git a/NOTES.md b/NOTES.md deleted file mode 100644 index 669643a..0000000 --- a/NOTES.md +++ /dev/null @@ -1,18 +0,0 @@ - -## SQLite - -Dump Schema. Issue the command - - sqlite sport.db .schema - -To save the schema dump into a file, that is, redirect -the standard output (stdout) to a file. Example: - - sqlite sport.db .schema > sport.sql - - -### SQLite Admin Tools / Windows - -* SQLite Studio (Free) -> add link here - -