Browse Source

Mention that it still uses the epgsql underneath

David N. Welton 10 years ago
parent
commit
dc389dfa67
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -8,7 +8,8 @@ provide a common fork for community development.
 
 
 If you want to get up to speed quickly with code that lets you run
 If you want to get up to speed quickly with code that lets you run
 Postgres queries, you might consider trying
 Postgres queries, you might consider trying
-[epgsql/pgapp](https://github.com/epgsql/pgapp), which adds:
+[epgsql/pgapp](https://github.com/epgsql/pgapp), which adds the
+following, on top of the epgsql driver::
 
 
 - A 'resource pool' (currently poolboy), which lets you decide how
 - A 'resource pool' (currently poolboy), which lets you decide how
   many Postgres workers you want to utilize.
   many Postgres workers you want to utilize.