Viewing profile — kevcunnane
kevcunnane
HN member- Joined
- Fri, Nov 17, 2017, 2:31 AM UTC
- HN karma
- 10
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About kevcunnane
No profile information was provided.
Recent public activity
-
comment
Comment #19435984
The PostgreSQL extension is fully MIT licensed: https://github.com/Microsoft/azuredatastudio-postgresql/blob... and https://github.com/Microsoft/pgtoolsservice/blob/master/Lice... …
-
comment
Comment #15718500
It works well for large data sets. The UI is indeed virtualized (using SlickGrid), and the backend streams query results to a temp file to avoid memory usage growing too high. Note…