eclipse - How to display sqlites file.db in eclipe as part of python 3 -
i'm trying add below code, seems added, when go view database.db file, outputs image, explain how proper output eclipse? i'm using latest python has sqlite3 included.
import sqlite3 db = sqlite3.connect('database.db') db.execute('create table person (firstname text, secondname text, age int)')
if need view .db file, if that's case use view db.
Comments
Post a Comment