yhay81 / sqlitalk

Server and Client for SQLite3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlitalk

Server and Client for SQLite3

Install

pip install sqlitalk

Usage

Run server

sqlitalks -H [host:default=127.0.0.1] -P [port:default=6777] [sqlite_file_path]

Run client

sqlitalk -H [host:default=127.0.0.1] -P [port:default=6777]

About

Server and Client for SQLite3

License:MIT License


Languages

Language:Python 100.0%