MasterOfAllEvil / simple-stock

A mono application to create lists of stock.
GNU General Public License v2.0
0 stars 0 forks source link

Print current lists #4

Open MasterOfAllEvil opened 3 years ago

MasterOfAllEvil commented 3 years ago

https://github.com/MasterOfAllEvil/simple-stock/blob/95bef43663c358b9ca0b6e948149a24798c5ec84/src/main.cs#L134-L139

Features:

  1. Print out lists in database
  2. Provide Error Messages
MasterOfAllEvil commented 3 years ago

This requires an sql query to get the list of tables then check if it already exists. The necessary code is in SQLTranslator.cs