Re: Concurrent accesses - Mac (or PC) - 5 users
"Eric S. Johansson" <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Gerhard Häring wrote: > - From what I see and my small experiments, it looks very well engineered to > me. I will definitely use it for my next Python database projects. interesting. my biggest time sink with SQL has been SQL. I have lost days trying to make sql expressions work right. then 6 months later, I spend days trying change the query. can you tell I don't use sql much? :-) I would like to find a tool where I could give it a python data structure or some other abstraction and have it generate the right sql. sort of like kodos for regexp's -- Speech-recognition in use. It makes mistakes, I correct some.