8000 GitHub - jlee-made/sqliteshell: Just-about-tolerable sqlite shell for use with in-memory sqlite
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jlee-made/sqliteshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drop into a just-about-tolerable sqlite shell for use with in-memory sqlite.

Vaguely resembles the shell provided by sqlite3 itself, but this one works with in-memory sqlite db, and is terrible.

Intended for use in tests, if your principles don't forbid that. I don't recommend it for use in production.

To use:

import sqlite3
import sqliteshell
conn = sqlite3.connect(':memory:')
sqliteshell.shell(conn)

Commands:

  • help
  • schema
  • tables

Run the tests

There are no tests!

About

Just-about-tolerable sqlite shell for use with in-memory sqlite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0