PugSQL is asimplePython interface for using parameterizedSQL, in files, with anySQLAlchemy-supporteddatabase. import pugsql #Create a module ofdatabase functions from a set ofsql files on disk. queries = pugsql.module('resources/sql') # Point the module at yourdatabase. queries.connect('sqlite:///foo.db') # Invoke parameterized queries, receive dicts! user = queries.find_user(user_id=42)

1リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く