We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76d2c89 + c9e4b11 commit 13e9c2cCopy full SHA for 13e9c2c
README.markdown
@@ -162,8 +162,8 @@ it [here](http://mauricio.github.io/2013/04/29/async-database-access-with-postgr
162
In short, what you would usually do is:
163
```scala
164
import com.github.mauricio.async.db.postgresql.PostgreSQLConnection
165
+import com.github.mauricio.async.db.postgresql.util.URLParser
166
import com.github.mauricio.async.db.util.ExecutorServiceUtils.CachedExecutionContext
-import com.github.mauricio.async.db.util.URLParser
167
import com.github.mauricio.async.db.{RowData, QueryResult, Connection}
168
import scala.concurrent.duration._
169
import scala.concurrent.{Await, Future}
0 commit comments