Skip to content

Commit 4f518fd

Browse files
committed
docs
1 parent 9cb97c5 commit 4f518fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jsdoc/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,11 @@ It is best to initialize the library and create [Database] in its own module, se
6161
* [PreparedStatement] - type for working with [Prepared Statements]
6262
* [ParameterizedQuery] - type for working with [Parameterized Queries]
6363
* [TransactionMode] - transaction configuration type
64-
* [PromiseAdapter] - adapter for using non-standard promise libraries
6564

6665
[QueryFile]:http://vitaly-t.github.io/pg-promise/QueryFile.html
6766
[PreparedStatement]:http://vitaly-t.github.io/pg-promise/PreparedStatement.html
6867
[ParameterizedQuery]:http://vitaly-t.github.io/pg-promise/ParameterizedQuery.html
6968
[TransactionMode]:http://vitaly-t.github.io/pg-promise/txMode.TransactionMode.html
70-
[PromiseAdapter]:http://vitaly-t.github.io/pg-promise/PromiseAdapter.html
7169
[Prepared Statements]:https://github.com/vitaly-t/pg-promise/wiki/Learn-by-Example#prepared-statements
7270
[Parameterized Queries]:https://github.com/vitaly-t/pg-promise/wiki/Learn-by-Example#parameterized-queries
7371

0 commit comments

Comments
 (0)