Viewing profile — kw123
kw123
HN member- Joined
- Sat, May 25, 2019, 8:21 PM UTC
- HN karma
- 8
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About kw123
No profile information was provided.
Recent public activity
- story
-
comment
Comment #39759184
The best SQL extension I could find for MySQL and PostgreSQL is Database Client.
-
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 …
-
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…
-
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.
-
comment
Comment #39704747
Thanks a lot. I fixed it.
-
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…
- story
-
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…
-
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…
-
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…
-
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 …
- story
-
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…
-
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…
-
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…