Saturday, 8 September 2018

Node postgres search function/library suggestion for beginner

I am developing my first app and I am looking to implement search functionality querying my postgres database.As a beginner I am looking for a suggestion for a library that would be easy to implement. I am not sure if I should use a library or if I should implement something simple myself like.SELECT * FROM books WHERE title ~ '^[0-9]' Would be very happy to get some suggestions of a good way to implement this. To start I will only search numerical values, but I can see in the future that would search both for asset type and numeric value.​Thanks in advance

Submitted September 08, 2018 at 09:40AM by geoholic

No comments:

Post a Comment