Monday, November 30, 2015

SQLite on Mac and in Python

http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html

https://www.sqlite.org/datatype3.html

http://zetcode.com/db/sqlitepythontutorial/

Python
http://sebastianraschka.com/Articles/2014_sqlite_in_python_tutorial.html

import sqlite3

Mac

sqlite3

sqlite3 test.db

No comments:

Post a Comment