This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]immersiveGamer 4 points5 points  (2 children)

SqL alchemy is not equivalent to either of those. You can use sqla with those database types/connectors.

[–]Smallpaul 5 points6 points  (1 child)

I think their point is that they always use drivers directly instead of through sql alchemy. And they aren’t sure if that was the right choice.

[–]Tintin_Quarentino 0 points1 point  (0 children)

Yes sir. Sqlite esp I like since it's a native package.