Hacker News new | ask | show | jobs
by TZubiri 358 days ago
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)