Tech talk!

Discussing my experiences with technology!

Showing posts with label SQLObject. Show all posts
Showing posts with label SQLObject. Show all posts
Tuesday, March 3, 2009

Existing database tables and SQLObject

›
Define the existing table "Bookmark" as a class in python:- class Bookmark(SQLObject): _fromDatabase = True # the table structu...

Connecting to an existing database using TurboGears framework

›
Your application would need a DB connection to access the database. A connection is how you tell SQLObject to locate your database. SQLObjec...
›
Home
View web version
Powered by Blogger.