Tiny Core Linux
Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: lonsoft on May 13, 2012, 10:42:21 AM
-
Is there a step by step guide?
thank you!
-
Hi lonsoft
Open AppBrowser, click connect, scroll down to mysql.tcz, click on it, and click Go.
-
thanks for your reply.
I would like to connect a mysql server with python script, any suggestions?
-
thanks for your reply.
I would like to connect a mysql server with python script, any suggestions?
As far as I see PyMySQL or other MySQL client is not available in TC repo.
Without knowing your application I'm using Sqlite3 with many of my own Python applications where an SQL database required.
-
Hi lonsoft
The two python/sqlite3 packages I see are sqlalchemy.tcz and pysqlite2.tcz. Maybe there is
something in them you can adapt for your purpose.
-
Hi lonsoft
The two python/sqlite3 packages I see are sqlalchemy.tcz and pysqlite2.tcz. Maybe there is
something in them you can adapt for your purpose.
???
Python is already there in the repo. pysqlite2 is an obsolate useles package, forget it as well as sqlalchemy. sqlite3 is a dependency of python.
If yo want sqlite3, just install python.tcz and forget any other tools. Except a text editor.