I have searched a bit, and it seems as though you can&#39;t use SQL Alchemy with twisted due to SA being thread unsafe. The only solution I found was sAsync, but this is old and unmaintained. What is everyone else doing for database access for a multiuser server? Is everyone really using raw sql queries or is there some easy solution that I&#39;m missing?<br>
<br>I&#39;m not even stuck on SQL Alchemy; if there is some other ORM that works in this case, I&#39;d be willing to learn it.<br>