一般的にデータベースを使おうとすると、専用のデータベースアプリをインストールする必要がある。しかし、SQLiteは軽量なので、特別なインストール作業は必要がない。しかも、Pythonには標準でSQLiteのライブラリが入っている。軽量というのは、それだけ ...
I don't know if this is the right place for this question or not but I'm hoping someone can point me in the right direction. I have a project in mind that requires a database and I would like to begin ...