Live data from Hacker News

Viewing profile — vbilopav

vbilopav

HN member
Joined
Thu, May 09, 2019, 7:32 PM UTC
HN karma
70
Public activity
64 items

About vbilopav

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
  4. story
  5. 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 …

  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #45832210

    Why not Foreign Data Wrappers?

  11. 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…

  12. 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 …

  13. 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…

  14. comment
    Comment #45048395

    I did some testing on PostgreSQL 17 and found out that this special function 8s not needed.

  15. comment
    Comment #43960242

    why does it look like SQL?

  16. story
  17. story
  18. 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…

  19. 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…

  20. story
  21. comment
    Comment #40335258

    I thought it was because of Eurovision

  22. comment
    Comment #40326365

    Here's an alternative I've built for myself https://github.com/vb-consulting/NpgsqlRest

  23. comment
    Comment #40220065

    I'll just keep on using Svelte 4

  24. story
  25. story