New submission from Dan L <choralr...@naver.com>:

since sqlite3 is included in the standard library, it would be useful to have 
access to the command line tool that's part of sqlite.  Including the 
command-line binary for each respective OS in the respective Scripts or bin 
folder would allow python users to create a connection in order to examine 
their sqlite databases and perform some manual operations easily.  While the 
tool isn't in python, it's not that big of a file and such a tool is a pretty 
fundamental part of having a database(miniaturized or not).

----------
components: Library (Lib)
messages: 117418
nosy: jdan
priority: normal
severity: normal
status: open
title: include sqlite3.exe in PythonXX/Scripts
type: feature request
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9954>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to