epgsql / pgapp

Erlang Postgres application that uses Poolboy and deals with the database being unavailable
MIT License
66 stars 42 forks source link

Prepare SQL from file on application start. New function for using pr… #4

Open eshubin opened 9 years ago

eshubin commented 9 years ago

Prepared SQL functionality. It introduces new setting to a pool, but is backward-compatible.

eshubin commented 9 years ago

If you can make a tag after merging, it would be amazing.

eshubin commented 8 years ago

this could be merged after https://github.com/epgsql/epgsql/pull/92

eshubin commented 8 years ago

@davidw @seriyps @fishcakez once you have merged https://github.com/epgsql/epgsql/pull/92, can you please check this PR? It prepares sql statements from file on start of pgapp, which later could be used in new epgsql:prepared_query function.