Sublime Forum

Feature Request: sqlite

#1

Please include sqlite again.

sublimetext.userecho.com/top … ite-again/

0 Likes

#2

+1 for this 4 years later.

0 Likes

#3

I believe this is included in ST3. I am not at a computer to check, but I believe the binary for SQLite are available. I plan on using them for a plugin I’ve been working on.

0 Likes

#4

Unfortunately it’s not :frowning:

>>> import sqlite3
Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "./sqlite3/__init__.py", line 23, in <module>
    File "./sqlite3/dbapi2.py", line 26, in <module>
ImportError: No module named '_sqlite3'
0 Likes

#5

sqlite is available as a Package Control dependency.

0 Likes