Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16418
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <alec.taylor6@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.004 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'schema': 0.05; 'frontend': 0.07; 'postgres': 0.07; 'suggestions,': 0.07; 'orm,': 0.09; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; '"real"': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'sqlalchemy': 0.16; 'subject:Converting': 0.16; 'subject:ORM': 0.16; '(or': 0.22; 'runs': 0.23; 'dropped': 0.23; 'django': 0.26; 'message-id:@mail.gmail.com': 0.28; '(since': 0.30; 'subject:support': 0.30; 'thanks': 0.31; 'rather': 0.33; 'there': 0.33; 'to:addr:python-list': 0.34; 'something': 0.35; 'subject:with': 0.36; 'provide.': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'client': 0.39; 'missing': 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'move': 0.40; 'taylor': 0.67; 'database.': 0.74; 'subject:Access': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=uvQ68n4zbfzwEkmuAqBTBixf8avU+9/lyw1UEfhr450=; b=D6Fz41MxlEtEaZOUJ0SQwqKJf1e1HqfHo5p7vNWTxurkBcgmIJ0DWRzm0YjEz3rAsA Gygshf3PBYygHCKMX+RL3Z8oRK0FOcbuD9NsJRwh1xJZmGSSwHpP2hmL4uus7gZM8Wco 0RXE9jx2Zdxrt7LHOxo0W+Q0TRqafM2YYYl+o= |
| MIME-Version | 1.0 |
| Date | Wed, 30 Nov 2011 15:49:29 +1100 |
| Subject | Converting MS Access DB to Postgres or MySQL for ORM support with SQLalchemy |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| To | "comp.lang.python" <python-list@python.org> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3142.1322628573.27778.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1322628573 news.xs4all.nl 6852 [2001:888:2000:d::a6]:39388 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:16418 |
Show key headers only | View raw
Good afternoon, I was recently shown that my client runs MS Access everywhere, rather than a "real" database. There are many features they would be missing that something like a django frontend would provide. So I would like to move them to Postgres or MySQL (since MS Access support was been dropped after 0.4). But I would also like to move there schema &etc to ORM, for easy editing with SQLalchemy (or similar). What approach would you recommend? Thanks for all suggestions, Alec Taylor
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Converting MS Access DB to Postgres or MySQL for ORM support with SQLalchemy Alec Taylor <alec.taylor6@gmail.com> - 2011-11-30 15:49 +1100 Re: Converting MS Access DB to Postgres or MySQL for ORM support with SQLalchemy Miki Tebeka <miki.tebeka@gmail.com> - 2011-11-30 06:55 -0800 Re: Converting MS Access DB to Postgres or MySQL for ORM support with SQLalchemy Miki Tebeka <miki.tebeka@gmail.com> - 2011-11-30 06:55 -0800
csiph-web