Hacker News new | ask | show | jobs
by rednafi 363 days ago
Why do you need to do that when Python has built in sqlite3 support?
1 comments

Right, my bad, I was thinking of psql or mysql.

If you had to use sqlite without library, you can trivially call the c api from python directly with the ctypes builtin (or compile a python module with c api)