The Patches for Non-standard SQLs ================================= If you are using MySQL or SQLite, you will need one of the patches here. Just import them. For MySQL --- :mod:`mosql.mysql` -------------------------------- .. testsetup:: from mosql.mysql import * .. automodule:: mosql.mysql :members: For SQLite --- :mod:`mosql.sqlite` ---------------------------------- .. testsetup:: from mosql.sqlite import * .. automodule:: mosql.sqlite :members: Back to Standard --- :mod:`mosql.std` ------------------------------------- .. automodule:: mosql.std :members: