From 114fa04f1bb7eccc3d51b1311c341a3a9fe91aee Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Mon, 19 Oct 2020 18:33:58 +0200
Subject: [PATCH] Second example

---
 data/db.py | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 data/db.py

diff --git a/data/db.py b/data/db.py
new file mode 100644
index 0000000..762a798
--- /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)
-- 
GitLab