Live data from Hacker News

Viewing profile — kw123

kw123

HN member
Joined
Sat, May 25, 2019, 8:21 PM UTC
HN karma
8
Public activity
16 items

About kw123

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #39759184

    The best SQL extension I could find for MySQL and PostgreSQL is Database Client.

  3. comment
    Comment #39710458

    You are right. Not business analyst. I am thinking development DBA type. I used to be one of them. You tool looks interesting but mine is different. I offer a vscode tool for user …

  4. comment
    Comment #39709927

    Data access layer is currently coded in applications, using Java for example, causing so called object-relational impedance mismatch problem. To solve this problem, I attempt to ta…

  5. story
    Ask HN: Are SQL developers generally familiar with JSON, VSCode and Docker?

    I am asking this question as I am developing a data access solution that will change the data access development into SQL development, but requires the above tools. Thanks.

  6. comment
    Comment #39704747

    Thanks a lot. I fixed it.

  7. comment
    Comment #39681379

    This is a concept different from ORM for solving the object-relational impedance mismatch problem. It: a) Abstracts away the host language (Java etc.) from SQL, so that data access…

  8. story
  9. story
    Ask HN: Is there still ORM hate these days?

    If you prefer SQL, what are the ideal features you wish to have? Like editing SQL in a SQL editor, having object-relational data transformation abstracted away, etc. If you don't l…

  10. story
    Show HN: Service Builder – Build data access layer with SQL and JSON only

    Hi NH, I have just published a milestone version of Service Builder in VS Code Marketplace. It is a tool for creating query, command and repository services in a few streamlined st…

  11. comment
    Comment #35151909

    I have exactly the same feeling. Schema vs schemaless is like static typed vs dynamic language. The extreme is java vs JavaScript. With JavaScript, you have all freedom to construc…

  12. comment
    Comment #31294393

    Hi HN! There were an old thread on HN years ago asking people what they prefer, raw SQL or ORM? https://news.ycombinator.com/item?id=16809620 There were people suggesting "Raw SQL …

  13. story
  14. comment
    Comment #20012261

    Thanks for your comments. This is actually a externalized layer between RDS and application. It hosts the persistence logic normally implemented by ORM. However, this platform atte…

  15. story
    Ask HN: Do you see any value in a Persistence as a Service platform?

    I am hoping to have a prototype platform soon. It is to simplify relational data access and make persistence a backing service for microservices and serverless applications. You wi…

  16. comment
    Comment #20011195

    You would need somebody who believes in your idea or shares your vision. I have been on the other side, but was just not as convinced and hard to get motivated. So I feel I know wh…