Search Results

2
votes

Python and MySQL: is there an alternative to MySQLdb?

You can find pre-built binary packages for MySQLdb and its dependencies for most operating systems. …
2
votes

Why we should perfer to store the serialized data not the raw code to DB?

I've preferred using a standard serialization format like JSON for storing this kind of data in the database. It makes it possible for consumers of the data to be written in other languages than p …