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)') 

after adding data, , trying display it, comes out this

if need view .db file, if that's case use view db.

http://sourceforge.net/projects/sqlitebrowser/


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -