Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ForbesLindesay
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Pug 3.0.0
(medium.com)
2 points
by
ForbesLindesay
6y ago
|
0 comments
2.
▲
Designing a Notifications Service with SQS and SNS
(medium.com)
2 points
by
ForbesLindesay
6y ago
|
0 comments
3.
▲
Is-Promise Post Mortem
(medium.com)
10 points
by
ForbesLindesay
6y ago
|
0 comments
4.
▲
Using SQLite in Expo for Offline React Native Apps
(medium.com)
3 points
by
ForbesLindesay
7y ago
|
0 comments
5.
▲
Storing JSON in Postgres Using Node.js
(dev.to)
5 points
by
ForbesLindesay
7y ago
|
0 comments
6.
▲
Streaming SQL in Node.js
(itnext.io)
2 points
by
ForbesLindesay
7y ago
|
0 comments
7.
▲
Rate Limiting
(medium.com)
1 points
by
ForbesLindesay
7y ago
|
0 comments
8.
▲
Docker over SSH
(itnext.io)
2 points
by
ForbesLindesay
7y ago
|
0 comments
9.
▲
Query Nested Data in Postgres Using Node.js
(medium.com)
1 points
by
ForbesLindesay
7y ago
|
0 comments
10.
▲
Storing JSON in Postgres Using Node.js
(medium.com)
2 points
by
ForbesLindesay
7y ago
|
0 comments
11.
▲
by
ForbesLindesay
7y ago
That looks like a pretty cool project. I wonder how much work it would be to integrate with https://www.atdatabases.org/ to get the proper protection from SQL Injection.
12.
▲
The easiest way to query Postgres in Node.js
(medium.com)
1 points
by
ForbesLindesay
7y ago
|
2 comments
13.
▲
by
ForbesLindesay
7y ago
Yes, as it says in the article. The tag returns a class that's an instance of SQLQuery. All the @databases clients only accept SQLQuery instances and don't accept strings. This means you get a runtime error if you're using Ja
14.
▲
by
ForbesLindesay
7y ago
No, the point is that people do write code that is unsafe. A cursory glance at recent stack overflow questions tagged with "node.js" and "sql" shows many questions and answers with SQL Injection vulnerabilities. By provi
15.
▲
SQL Injection in Node.js
(atdatabases.org)
8 points
by
ForbesLindesay
7y ago
|
5 comments
16.
▲
Building SQL Queries in Node.js with Tagged Template Literals
(atdatabases.org)
3 points
by
ForbesLindesay
7y ago
|
0 comments