Scripter/Databases: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added Scripting Index) |
||
Line 1: | Line 1: | ||
{{Scripting Index}} | |||
= Scripter and relational databases = | = Scripter and relational databases = | ||
Revision as of 05:58, 22 September 2005
Scripter and relational databases
There are no specialities with using databases in the Scribus Scripter. You could use DB as in normal standalone script or application.
PEP-0249 - Python database API v.2.
There are various modules for database access. Remember that the module must be instaled in/with the Python version which is used/compiled in Scribus! I've tested personaly with 100% success: DCOracle2 and MySQLdb.
An Example
There is an common database example since 1.2.2 and 1.3cvs versions - see. SCRIBUSROOT/share/scribus/samples/sample_db_usage.py docstring (e.g. via Script/About Script... menu) or script content. You'll need to set right connection parameters in the script file.