Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
birdstheword5
on Jan 25, 2023
|
parent
|
context
|
favorite
| on:
You might not need an ORM
Hello! I've been looking for a library like this for C# and another for Python - I'm not sure which terms to Google to find them!
threid
on Jan 26, 2023
|
next
[–]
Have a look at Dapper:
https://github.com/DapperLib/Dapper
nicwolff
on Jan 25, 2023
|
prev
|
next
[–]
For Python, it's SQLAlchemy Core, the SQL-generation part of the SQLAlchemy ORM.
https://docs.sqlalchemy.org/en/20/core/
yellowapple
on Jan 25, 2023
|
prev
[–]
For C# that's basically LINQ, no?
birdstheword5
on Jan 25, 2023
|
parent
[–]
No, usually linq is used in combination with an OEM (e.g. entity Framework) to avoid writing raw sql. From the parent comment, I thought he meant something more like sqlx for rust
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: