Python makes it simple to integrate with both relational and non-relational databases, enabling you to build robust, data-driven applications. With connectors for SQLite, MySQL, PostgreSQL, and ...
一般的にデータベースを使おうとすると、専用のデータベースアプリをインストールする必要がある。しかし、SQLiteは軽量なので、特別なインストール作業は必要がない。しかも、Pythonには標準でSQLiteのライブラリが入っている。軽量というのは、それだけ ...