Viewing profile — AspireOne
AspireOne
HN member- Joined
- Mon, May 06, 2024, 3:54 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About AspireOne
No profile information was provided.
Recent public activity
-
comment
Comment #41213485
Depends on the environment - in rust for example, you can get by with raw sql using sqlx and it'll have typed queries and outputs. In typescript, that's just not possible, so an OR…