How to use Sqlite’s JSON extension in your Python app

Back in September, word started getting around trendy programming circles about a new file that had appeared in the SQLite fossil repo named json1.c. I originally wrote up a post that contained some gross hacks in order to get pysqlite to compile and work…

Similar

Walrus Operator in Python 3.8

I have been a huge fan of Python programming language since the time I learnt & started leveraging its capabilities. Python has a simple syntax that is easier to grasp & it improves the readability… (more…)

Read more »