<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>zignar.net » Sqlalchemy</title>
    <link href="https://zignar.net/tags/sqlalchemy/index.xml" rel="self" />
    <link href="https://zignar.net" />
    <id>https://zignar.net/tags/sqlalchemy/index.xml</id>
    <author>
        <name>Mathias Fußenegger</name>
    </author>
    <updated>2011-11-01T00:00:00Z</updated>
    <entry>
      <title>Copy data from Mysql to Postgres using SqlAlchemy</title>
      <link href="https://zignar.net/2011/11/01/copy-data-from-mysql-to-postgres-using-sqlalchemy" />
      <id>https://zignar.net/2011/11/01/copy-data-from-mysql-to-postgres-using-sqlalchemy</id>
      <published>2011-11-01T00:00:00Z</published>
      <updated>2011-11-01T00:00:00Z</updated>
      <summary type="html"><![CDATA[<p>As I mentioned <a
href="https://zignar.net/2011/10/20/migrations:-xen,-wheezy,-postgres-and-python3">earlier</a>
I had somehow to move my data from Mysql to Postgres. There is a <a
href="http://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL">Wiki
full of documentation</a> on how to do that. But before falling back to
a finished solution I wanted to get my hands dirty by utilizing
sqlalchemy. ]]></summary>
    </entry>
</feed>
