Table creation: Difference between revisions

Content added Content deleted
(Add Ruby (only creating a PStore).)
m (Never use {{header|SQLite}}, because this wrongly sets semantic property ((implemented in language::SQLite)), when SQLite is not a language.)
Line 143: Line 143:




=={{header|Python}}+{{header|SQLite}}==
=={{header|Python}}+SQLite==
{{libheader|SQLite}}
{{libheader|SQLite}}
The sqlite3 database is a part of the Python standard library. It does not associate type with table columns, any cell can be of any type.
The sqlite3 database is a part of the Python standard library. It does not associate type with table columns, any cell can be of any type.