Sqlobject-convertOldURI Command

Sqlobject-convertOldURI Command

sqlobject-convertOldURI

Helper applications for SQLObject, a Python ORM for databases

Maintainer: Debian Python Modules Team



Section: python

Install sqlobject-convertOldURI

  • Debian apt-get install sqlobject-admin Click to copy
  • Ubuntu apt-get install sqlobject-admin Click to copy
  • Arch Linux pacman -S python-sqlobject Click to copy
  • Kali Linux apt-get install sqlobject-admin Click to copy
  • Fedora dnf install python3-sqlobject Click to copy
  • Raspbian apt-get install sqlobject-admin Click to copy

sqlobject-admin

Helper applications for SQLObject, a Python ORM for databases

SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. In using SQLObject, you will create a class definition that will describe how the object connects to the database (in addition to any other methods you may wish to add to the class). SQLObject will produce the code to access the database, and update the database with your changes. The interface to the database is meant to be indistinguishable from other interfaces you may add to the object. SQLObject also includes a novel feature to generate WHERE clauses using Python syntax and objects (instead of generating SQL using string substitution, as is traditional). This package includes the sqlobject-admin and sqlobject-convertOldURI helper applications for use with SQLObject.

python-sqlobject

Python 2 object relational manager providing an object interface to databases

SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. In using SQLObject, you will create a class definition that will describe how the object connects to the database (in addition to any other methods you may wish to add to the class). SQLObject will produce the code to access the database, and update the database with your changes. The interface to the database is meant to be indistinguishable from other interfaces you may add to the object. SQLObject also includes a novel feature to generate WHERE clauses using Python syntax and objects (instead of generating SQL using string substitution, as is traditional). This is the Python 2 version of SQLObject.

python3-sqlobject

Python 3 object relational manager providing an object interface to databases

SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. In using SQLObject, you will create a class definition that will describe how the object connects to the database (in addition to any other methods you may wish to add to the class). SQLObject will produce the code to access the database, and update the database with your changes. The interface to the database is meant to be indistinguishable from other interfaces you may add to the object. SQLObject also includes a novel feature to generate WHERE clauses using Python syntax and objects (instead of generating SQL using string substitution, as is traditional). This is the Python 3 version of SQLObject.

Install the latest version of sqlobject-convertOldURI in Debian, Ubuntu, Arch, Kali, Fedora and Raspbian from terminal. To install the sqlobject-convertOldURI just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of sqlobject-convertOldURI from the respository and install it in your computer/server.