mysql - Python sql database server -


is there pure python sql server implentation? ie. way host database python can accessed on network. mysql server in python.

thanks

obviously mysql server not in python, can't that. there multiple pure python databases, such gadfly, snakesql, , buzhug.

without knowing want, it's hard pick.

gadfly mature sql database in pure python, supports subset of sql.

snakesql supports more of language, it's less secure.

if don't need sql, buzhug faster, more stable, , easier use else i've tried.

but still, unless matters language database written it, makes more sense use mysql plus python bindings.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -