Viewing profile — vbilopav
vbilopav
HN member- Joined
- Thu, May 09, 2019, 7:32 PM UTC
- HN karma
- 70
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About vbilopav
No profile information was provided.
Recent public activity
- story
- story
- comment
- story
-
comment
Comment #47305581
This was my first approach in realizing my PostgreSQL-centric, Db-first, or rather SQL-first vision of software development. The project was call pgroutiner and it generated bunch …
- story
- story
- story
- story
-
comment
Comment #45832210
Why not Foreign Data Wrappers?
-
comment
Comment #45564779
NpgsqlRest Automatic PostgreSQL Web Server Create REST APIs for PostgreSQL databases in minutes. https://npgsqlrest.github.io/ - one man project (me) - been doing it well over a ye…
-
comment
Comment #45285645
It looks to me team is clueless about database development. Typescript ORMz lol. Soft deletes make indexing, well, problmatic to say at least. Use temporal tabls instead for point …
-
comment
Comment #45209370
What an awful query example! This should and is simple. Here: select jsonb_build_object( 'title', title, 'genres', genres, 'actors', json_agg( jsonb_build_object( 'name', actor_nam…
-
comment
Comment #45048395
I did some testing on PostgreSQL 17 and found out that this special function 8s not needed.
-
comment
Comment #43960242
why does it look like SQL?
- story
- story
-
comment
Comment #41272558
It's already built into code to check does trigger exists, check it out. As far as changes(alter table ) goes, I need to take history tables into consideration when writing migrati…
-
comment
Comment #41272366
Please don't do this. It's a design/ architectural sin. It messes up your queries, commands and indexes and it's constant source of trouble. Here's a better way: https://medium.com…
- story
-
comment
Comment #40335258
I thought it was because of Eurovision
-
comment
Comment #40326365
Here's an alternative I've built for myself https://github.com/vb-consulting/NpgsqlRest
-
comment
Comment #40220065
I'll just keep on using Svelte 4
- story
- story