2.0.2 • Published 2 years ago

@bitdotioinc/pg-browser v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

pg-browser

This library is a browser port of the Node.js pg library. All Node.js dependencies have been replaced with browser alternatives.

Additionally, the library has been converted from JavaScript to TypeScript. While types have been added to many parts of the library, other parts are lacking. Type definitions are somewhat challenging because of the dynamic style of programming used in the original library.

How to make changes

After making some changes to the library, run these commands to bump the version, build the library, and then publish.

$ npm version patch
$ npm run build
$ npm publish
2.0.2

2 years ago

1.0.7

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago