I am trying to store my data in memory
here is what i have right now
//sq lite driver Class.forName(\"org.sqlite.JDBC\"); /
Try:
con = DriverManager.getConnection("jdbc:sqlite::memory:");