Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
juleswritescode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
juleswritescode
1y ago
Definitely. Of course, I can't promise that we can make it work properly, but it's high on our todo list.
2.
▲
by
juleswritescode
1y ago
steinroe is a very fast man: https://github.com/supabase-community/postgres-language-serv...
3.
▲
by
juleswritescode
1y ago
Thanks for the report. Hmm, we have some tests for CTEs, so at least we tried to support them. I'll file an issue with your exact query.
4.
▲
by
juleswritescode
1y ago
Good question. If you rarely change your db, it'll probably not be as useful. But some platforms (such as Supabase) rely on many parts of Postgres. You use INSERT hooks to trigger queue insertions, Row Level Security (RLS) to secure da
5.
▲
by
juleswritescode
1y ago
Thanks for the feedback. Good points, we'll improve the README. Regarding your questions: 1. It's currently only for SQL statements, but we'll work on function bodies and PL/pgSQL soon. 2. Exactly, we follow the the Post
6.
▲
by
juleswritescode
1y ago
co-author here: The most interesting part is probably the parsing of SQL files. The first issue is that the Postgres parser is complex and always changing, so you can't really roll your own parser to parse SQL. The second is that the