Tired of switching between VS Code and external database tools? DB Viewer brings the power of SQLite database exploration directly into your favorite editor. With a beautiful, native interface that ...
「SQLite Database Browser」は、“SQLite”のデータベースを管理できるソフト。Windows XP/Vistaなどに対応するフリーソフトで、編集部にてWindows 7での動作も確認した。“SourceForge.net”のプロジェクトページからダウンロードできる。 本ソフトを利用すれば、“SQLite”の ...
DB Viewer Enhanced is a powerful community-maintained extension that brings a full-featured SQLite database manager directly into Visual Studio Code. It transforms your editor into a comprehensive ...
DB Browser for SQLiteの利用開始について 利用開始の経緯 私はデータベースを使ってみたかったので、無料で使えるものを探していました。Microsoft AzureやAmazon RDSの無料枠も検討しましたが、最終的にはオープンソースであり、手軽に始められるDB Browser for SQLiteを ...
勢いで作りましたが、ソースコードを全文公開します。 このアプリを動かすにはPythonの実行環境が必要となります。 勢いで作ったアプリ(?) ソースコード全文: import tkinter as tk from tkinter import filedialog, messagebox import sqlite3 import pandas as pd class ...