kexi project
Rapid Database Application Development
Development
"Microsoft Access for Linux"

Home Download FAQ Support Features Handbook Screenshots Screencasts Compile Kexi Development Authors Contact License Sponsorship Translate This Site

wiki navigation:

Front Page
[info] [diff] [login]
[recent changes]
[most popular]
You can donate
to Kexi Project:
Via PayPal

Spread the word about Kexi!
Get Kexi Now!

Built on the KDE technology
KDE

Member of the Calligra Suite

No Software Patents!

Developer Jobs : Database Drivers

Table of Contents
     Drivers list
     Subtasks
     Other related tasks
     See also

Drivers list

All except: SQLite, MySQL, PostgreSQL, i.e.:

  • FireBird (http://www.firebirdsql.org/?op=doc)
  • Oracle
  • ODBC (implementation is stalled - see kexidb/drivers/odbc/ directory, using unixODBC is preferred). It's can be a matter of looking at other opensource code like QtSQL to learn how unixODBC is used, and implement particular functions of the new KexiDB driver.
  • JDBC
  • MS SQL Server and Sybase (preferably using FreeTDS)
  • MS Access (preferably using MDB Tools)
  • maybe XBase ?
  • any other driver you're interested in
^ toc

Subtasks

Any developemnt is consisted of following subtasks:

  • Initial design (existing drivers can be valuable as examples)
  • Implemntation
  • Tests and optimizations
  • Keeping a driver up to date after KexiDB API changes and improvements
^ toc

Other related tasks

  • Integrating of QtSQL with KexiDB (KexiDB is our DB layer, which is (or should be) more generic than QtSQL. On the other hand, Qt SQL has many own drivers and own users, so it would be useful to wrap it inside KexiDB).
  • Testing/cleaning up/improving and integrating Client/Server Extension for SQLite databases. We're using SQLite databases but a single file can be safely accessed by a single process, i.e.no concurrency. Look here how it was solved:
http://www.it77.de/sqlite/sqlite_sockets.htm
Let's think how to integrate it with Kexi.
^ toc

See also



Kexi - "MS Access for Linux" ... and Windows
© Kexi Team
This content is available under GFDL
Last edited: February 28, 2008 by js, visited 0 times.