Michał Miszczyszyn
Michał Miszczyszyn
- [ ] Osoby zalogowane mogą edytować własne pytania
## Feature ```gherkin Feature: Search engine Given I'm a User When I open the app Then I want to be able to search for questions by their content ``` ##...
- [ ] how to fully test it?
Refactor DB connection is the connection is created and maintained by this library instead of requiring an external connection to be passed to `execute`. - [ ] automatically create a...
PostgreSQL has special array-type columns: https://www.postgresql.org/docs/12/arrays.html Follow the comments in this thread to support BigInt for arrays too: vitaly-t/pg-promise#657