Photo by mcmurryjulie on Pixabay

Do You Know Python Has A Built-In Database?

An introduction of Python built-in library — sqlite3

--

If you are a software developer, I believe you must know or even have used an extremely light-weighted database — SQLite. It has almost all the features you need as a relational database, but everything is saved in a single file. On the official site, here are some scenarios that you could use SQLite.

--

--