Skip to content

Commit

Permalink
Expose Cursor class
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Nov 16, 2020
1 parent 32d2e08 commit 1dc2de1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]

[![Dependencies][dependencies-image]][dependencies-url]
[![DevDependencies][devdependencies-image]][devdependencies-url]
[![Package Quality][quality-image]][quality-url]


Professional PostgreSQL client written in TypeScript.

Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export * from './Connection';
export * from './Pool';
export * from './PreparedStatement';
export * from './BindParam';
export * from './Cursor';
export * from './util/stringify-arrayliteral';
export * from './util/stringify-for-sql';
export * from './util/escape-literal';
Expand Down

0 comments on commit 1dc2de1

Please sign in to comment.