diff --git a/data/db.py b/data/db.py new file mode 100644 index 0000000000000000000000000000000000000000..762a798a525aeb4d0cf6fd07d6be3d18b021e5e9 --- /dev/null +++ b/data/db.py @@ -0,0 +1,17 @@ +def get_name(): + return "Monet DB" + + +def get_desc(): + return "Script d'exemple d'import de donnee dans MonetDB" + + +def get_sample(): + return "Col1,Col2,Col3\naaa,bbb,ccc" + + +def get_last_import_info(): + return "Success on 2020/10/19:12:45" + +def upload_data(path): + print(path)