SQLObject 0106 0110 Beta 1

SQLObject 0106 0110 Beta 1
  • Downloads: 369
  • Requirements:
  • Size:
  • Licence:
  • Version: 1
  • Added At: 2009-06-08
  • Publisher Site:



SQLObject 0106 0110 Beta 1

Share

SQLObject is a popular Object Relational Manager for providing an object interface to your database, with rows as instances, tables as classes and columns as attributes.SQLObject includes a Python-object-based query language that makes SQL more abstract, and provides substantial database independence for applications.ExampleExamples are good. Examples give a feel for the aesthetic of the API, which matters to me a great deal. This is just a snippet that creates a simple class that wraps a table:>>> from sqlobject import *>>>>>> sqlhub.processConnection = connectionForURI('sqlite:/:memory:')>>>>>> class Person(SQLObject):... fname = StringCol()... mi = StringCol(length=1, default=None)... lname = StringCol()...>>> Person.createTable()SQLObject supports most database schemas that you already have, and can also issue the CREATE sta
SQLObject is a popular Object Relational Manager for providing an object interface to your database, with rows as instances, tables as classes and columns as attributes.SQLObject includes a Python-object-based query language that makes SQL more abstract, and provides substantial database independence for applications.ExampleExamples are good. Examples give a feel for the aesthetic of the API, which matters to me a great deal. This is just a snippet that creates a simple class that wraps a table:>>> from sqlobject import *>>>>>> sqlhub.processConnection = connectionForURI('sqlite:/:memory:')>>>>>> class Person(SQLObject):... fname = StringCol()... mi = StringCol(length=1, default=None)... lname = StringCol()...>>> Person.createTable()SQLObject supports most database schemas that you already have, and can also issue the CREATE sta �. you can free download SQLObject 0106 0110 Beta 1 now.
Soft85 only provide legal software, please help us keeping pur site legal, if you think this page is violating copyrights please let us know by clicking here Here






comments powered by Disqus

Download SQLObject 0106 0110 Beta 1 _FREE_