Pythonの標準ライブラリでSQLを使用できるsqlite3を紹介します。SQLとはデータベース(以下DB)を操作するための言語です。sqlite3はRDBMS形式でありテーブルと呼ばれるExcelみたいな表形式に近い形で操作できます。 sqlite3は大規模向けではなくプロトタイプや小 ...
【Python】SQLite3でSQL文を実行する:会員テーブルの作成と登録 - 森の株【Python】SQLite3でSQL文を実行する:会員テーブルの作成と登録 | 森の株 sqlite3 モジュールを使用し、データベースへの「テーブル作成(CREATE)」と「データ登録(INSERsqlite morinokabu.com ...
Don't be afraid of using your chosen database's command-line client. I might as well say this up front: I don't like using GUI (aka non-command-line or graphical) tools with my databases. This is ...