Difference between revisions of "Database"

From Freephile Wiki
Jump to navigation Jump to search
(adds some desktop apps)
(New page: {{stub}} MediaWiki/Sql describes database tricks relevant to working on the media wiki system Category:Database Category:Development)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
 
+
[[Mediawiki Sql]] describes database tricks relevant to working on the media wiki system
== Desktop ==
 
For developing database-backed applications using a desktop software package similar to FileMaker Pro, you may want to check out '''[http://www.glom.org/wiki/index.php?title=Main_Page Glom]'''  Glom does use a database server (Postgres) and also Python for creating calculated fields.
 
 
 
Kexi is the KDE office suite database component that is similar to Microsoft Access.
 
 
 
OpenOffice Base offers similar features to Kexi. Note that with libsqliteodbc, OpenOffice can talk to sqlite through ODBC even though it can't talk to it natively.
 
 
 
== See Also ==
 
[[Mediawiki Sql]] describes database tricks relevant to working on the MediaWiki system
 
  
 
[[Category:Database]]
 
[[Category:Database]]
 
[[Category:Development]]
 
[[Category:Development]]

Revision as of 06:31, 26 October 2008

MediaWiki/Sql describes database tricks relevant to working on the media wiki system