Table creation/Postal addresses: Difference between revisions

Content added Content deleted
m (alphabetized list)
m (Never use {{header|SQLite}}, because this wrongly sets semantic property ((implemented in language::SQLite)), when SQLite is not a language.)
Line 196: Line 196:
This example uses mysql, but DBI supports a extensive list of database drivers. See [http://dbi.perl.org/ dbi.perl.org] for more info.
This example uses mysql, but DBI supports a extensive list of database drivers. See [http://dbi.perl.org/ dbi.perl.org] for more info.


=={{header|PHP}}+{{header|SQLite}}==
=={{header|PHP}}+SQLite==
{{trans|Python}}
{{trans|Python}}
not tested
not tested
Line 260: Line 260:




=={{header|PureBasic}}+{{header|SQLite}}==
=={{header|PureBasic}}+SQLite==
Easiest approach with sqlite. Further possible: PostgresQL or each other over ODBC.
Easiest approach with sqlite. Further possible: PostgresQL or each other over ODBC.
<lang Purebasic>
<lang Purebasic>
Line 287: Line 287:
</lang>
</lang>


=={{header|Python}}+{{header|SQLite}}==
=={{header|Python}}+SQLite==
{{libheader|SQLite}}
{{libheader|SQLite}}
<lang python>>>> import sqlite3
<lang python>>>> import sqlite3
Line 301: Line 301:
>>> </lang>
>>> </lang>


=={{header|Ruby}}+{{header|SQLite}}==
=={{header|Ruby}}+SQLite==
{{trans|Python}}
{{trans|Python}}


Line 349: Line 349:
</lang>
</lang>


=={{header|Tcl}}+{{header|SQLite}}==
=={{header|Tcl}}+SQLite==
{{libheader|SQLite}}
{{libheader|SQLite}}
<lang tcl>package require sqlite3
<lang tcl>package require sqlite3