remove sqlite3

master
DJh2o2 2022-08-07 21:11:20 +07:00
parent 0f71db2b85
commit 3f7410dccb
2 changed files with 1 additions and 12 deletions

@ -1,6 +1,6 @@
import matplotlib.pyplot as plt
import mysql.connector
#matplotlib.use('tkAgg')
matplotlib.use('tkAgg')
# mariadb
mariadbConnection = mysql.connector.connect(

@ -1,15 +1,5 @@
#!/bin/bash
# function writeSqlite3 ()
# {
# # now import the csv data in to sqlite db
# echo "write data to sqlite3"
# sqlite3 -batch bandwidth.db <<"EOF"
# .separator ","
# .import speedtest.tmp bandwidth
# EOF
# }
function writeMariaDB ()
{
echo "write data to mariadb"
@ -24,7 +14,6 @@ function runTest ()
bat speedtest.tmp
# write output to db
# writeSqlite3
writeMariaDB
# write output to csv