Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Database > Administrative frontents

    SQLSoup 0.9.0

    Download button

    No screenshots available
    Downloads: 54  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mike Bayer | More programs
    MIT/X Consortium Lic... / FREE
    January 10th, 2012, 10:45 GMT
    ROOT / Database / Administrative frontents

     Read user reviews (0)  Refer to a friend  Subscribe

    SQLSoup description

    A one step database access tool, built on the SQLAlchemy ORM

    SQLSoup is a tool that provides a convenient way to map Python objects to relational database tables, with no declarative code of any kind. It's built on top of the SQLAlchemy ORM and provides a super-minimalistic interface to an existing database.

    Usage is as simple as:

    import sqlsoup
    db = sqlsoup.SQLSoup("postgresql://scott:tiger@localhost/test")

    for user in db.users:
     print "user:", user.name

    db.users.filter_by(name="ed").update({"name":"jack"})
    db.commit()


    Included for many years as an extension to SQLAlchemy itself, SQLSoup has been broken out into it's own project as of 2012. The community is encouraged to collaborate on Bitbucket with patches and features.

    Documentation and status of SQLSoup is at http://readthedocs.org/docs/sqlsoup/.


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    SQLAlchemy ORM | database access | SQLAlchemy | ORM | database



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM