Y
Hacker News
new
|
ask
|
show
|
jobs
by
birdstheword5
1242 days ago
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!
3 comments
threid
1242 days ago
Have a look at Dapper:
https://github.com/DapperLib/Dapper
link
nicwolff
1242 days ago
For Python, it's SQLAlchemy Core, the SQL-generation part of the SQLAlchemy ORM.
https://docs.sqlalchemy.org/en/20/core/
link
yellowapple
1242 days ago
For C# that's basically LINQ, no?
link
birdstheword5
1242 days ago
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
link