This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author AR
Recipients AR, erlendaasland
Date 2021-08-16.19:36:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629142583.77.0.847825257197.issue44927@roundup.psfhosted.org>
In-reply-to
Content
There is no good solution to this. Either a move to all-in-one solution and ORM at the end, or limited scope hack that allow for a convenient "just insert". I do not insist due to this controversy

I just didn't realize the difference until I've noticed that one line of my pymongo code corresponds to many lines of sqlite code. I'm perfectly fine using direct SQL statements, but would happily use a shortcut.

It's up to you to decide as you see a broader picture. Thank you in any case!
History
Date User Action Args
2021-08-16 19:36:23ARsetrecipients: + AR, erlendaasland
2021-08-16 19:36:23ARsetmessageid: <1629142583.77.0.847825257197.issue44927@roundup.psfhosted.org>
2021-08-16 19:36:23ARlinkissue44927 messages
2021-08-16 19:36:23ARcreate