Skip to content

How to contribute ?

Olivier Guimbal edited this page Nov 25, 2020 · 1 revision

How to setup dev env ?

The efficient way

To start hacking this lib, you'll have to:

... once done, tests should appear. HMR is on, which means that changes in your code are instantly propagated to unit tests. This allows for ultra fast development cycles (running tests takes less than 1 sec).

To debug tests: Just hit "run" (F5, or whatever)... vscode should attach the mocha worker. Then run the test you want to debug.

The simple way

Just clone this repo, and run unit tests using npm run test wihtout installing anything.

This, however, is a bit long, and is not a pleasant dev experience.

What to do ?

There are plenty of things that could be implemented. The easiest thing to do is to help implement functions supported by postgres: You just have to mimic those

Dont hesitate to file an issue if you'd like to discuss.