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 ...
DB Browser for SQLiteの利用開始について 利用開始の経緯 私はデータベースを使ってみたかったので、無料で使えるものを探していました。Microsoft AzureやAmazon RDSの無料枠も検討しましたが、最終的にはオープンソースであり、手軽に始められるDB Browser for SQLiteを ...
sqv is not intended to be a full SQL IDE. I built it to do exactly the things I wanted and nothing else. If you find sqv doesn't suit your needs, you might find one of these more full featured ...
勢いで作りましたが、ソースコードを全文公開します。 このアプリを動かすにはPythonの実行環境が必要となります。 勢いで作ったアプリ(?) ソースコード全文: import tkinter as tk from tkinter import filedialog, messagebox import sqlite3 import pandas as pd class ...