Mercurial > hg > Feedworm
comparison feedupdate.sh @ 137:5b131f82057d
allow choosing the backend via commandline option
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 23 Aug 2011 14:36:58 +0200 |
parents | 40163eac0d27 |
children |
comparison
equal
deleted
inserted
replaced
136:7217b060b39c | 137:5b131f82057d |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8" | 2 DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8" |
3 | 3 |
4 ./feedupdate.py ${DB_URL} | 4 ./feedupdate.py --backend sqlalchemy --dburl ${DB_URL} |