|
|
|
|
|
by prpl
1782 days ago
|
|
I had the chance to complain to Guido once about wanting a better DBAPI, especially on the subject of result set metadata/typing (looking at you, pysqlite with your worthless cursor.description) This was after a mypy/typing talk, so highly tangentially relevant I suppose. While it's not perfect, I think JDBC really is the gold standard, and I wish there was a DBAPI spec that was a bit closer to that, especially something with proper prepared statements. I haven't used database/sql in Go but it seems okay too. Thanks for sqlalchemy - it has become the de facto DBAPI in many projects I've worked on. |
|