Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > f1af5ac4c8d0f3f6ef0bca84cf516f3e > files > 1155

python3-sqlobject-3.7.0-1.mga7.noarch.rpm



<!doctype html>

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  <head>
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>SQLObject Links &#8212; SQLObject 3.7.0 documentation</title>
    <link rel="stylesheet" href="_static/bizstyle.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript" src="_static/documentation_options.js"></script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <script type="text/javascript" src="_static/bizstyle.js"></script>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="News" href="News.html" />
    <link rel="prev" title="SQLObject Community" href="community.html" />
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <!--[if lt IE 9]>
    <script type="text/javascript" src="_static/css3-mediaqueries.js"></script>
    <![endif]-->
  </head><body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="News.html" title="News"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="community.html" title="SQLObject Community"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="index.html">SQLObject 3.7.0 documentation</a> &#187;</li> 
      </ul>
    </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">SQLObject Links</a><ul>
<li><a class="reference internal" href="#articles-and-documentation">Articles and Documentation</a></li>
<li><a class="reference internal" href="#open-source-projects">Open Source Projects</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="community.html"
                        title="previous chapter">SQLObject Community</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="News.html"
                        title="next chapter">News</a></p>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="_sources/links.rst.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    </div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="sqlobject-links">
<h1><a class="toc-backref" href="#id1">SQLObject Links</a><a class="headerlink" href="#sqlobject-links" title="Permalink to this headline">¶</a></h1>
<div class="contents topic" id="contents">
<p class="topic-title first">Contents</p>
<ul class="simple">
<li><a class="reference internal" href="#sqlobject-links" id="id1">SQLObject Links</a><ul>
<li><a class="reference internal" href="#articles-and-documentation" id="id2">Articles and Documentation</a></li>
<li><a class="reference internal" href="#open-source-projects" id="id3">Open Source Projects</a></li>
</ul>
</li>
</ul>
</div>
<p>If you have a link you’d like added to this page, please submit a <a class="reference external" href="https://github.com/sqlobject/sqlobject/pulls">pull
requests at GitHub</a> or a
bug report with the link and title at <a class="reference external" href="https://sourceforge.net/p/sqlobject/bugs/">bug tracker</a>.</p>
<div class="section" id="articles-and-documentation">
<h2><a class="toc-backref" href="#id2">Articles and Documentation</a><a class="headerlink" href="#articles-and-documentation" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><a class="reference external" href="http://www.ibm.com/developerworks/library/os-pythonsqlo/index.html">Connecting databases to Python with SQLObject</a>;
an article at DeveloperWorks.</li>
<li><a class="reference external" href="http://www.algorithm.co.il/blogs/index.php/programming/python/simple-sqlobject-db-migration-how-to/">DB migration using sqlobject-admin how-to</a>.</li>
<li><a class="reference external" href="http://www.psychicorigami.com/2007/12/16/using-raw-sql-with-sqlobject-and-keeping-the-object-y-goodness/">Using raw SQL with SQLObject and keeping the object-y goodness</a>.</li>
<li><a class="reference external" href="https://github.com/RhubarbSin/example-sqlobject-webpy">Example of using SQLObject with web.py under mod_wsgi</a>.</li>
</ul>
</div>
<div class="section" id="open-source-projects">
<h2><a class="toc-backref" href="#id3">Open Source Projects</a><a class="headerlink" href="#open-source-projects" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><a class="reference external" href="http://turbogears.org/1.0/docs/Catwalk.html">Catwalk</a> is a
web-based SQLObject browser and object editor (included in
TurboGears 1.0).</li>
<li><a class="reference external" href="http://www.crummy.com/software/UltraGleeper/">Ultra Gleeper</a>, a
Recommendation Engine for Web Pages.</li>
<li><a class="reference external" href="http://guten.sourceforge.net/">Guten</a>; an application for
browsing, reading, and managing books from <a class="reference external" href="https://www.gutenberg.org/">Project Gutenberg</a>.</li>
</ul>
<a class="reference external image-reference" href="https://sourceforge.net/projects/sqlobject"><img alt="Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads" class="noborder align-center" src="https://sourceforge.net/sflogo.php?group_id=74338&amp;type=10" style="width: 80px; height: 15px;" /></a>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="News.html" title="News"
             >next</a> |</li>
        <li class="right" >
          <a href="community.html" title="SQLObject Community"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="index.html">SQLObject 3.7.0 documentation</a> &#187;</li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2004-2018, Ian Bicking and contributors.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
    </div>
  </body>
</html>