Skip to content

Where to start to add support for another database engine #633

Answered by sm-shaw
marcobambini asked this question in Q&A
Discussion options

You must be logged in to vote

This is a great question. Initially, to answer the question on adding a new database, there is a series of blog posts starting here that show the steps.

SQLite is an awesome database and is already built into HammerDB, all the configuration and the jobs based data and results are stored in a series of SQLite databases, so we already have SQLite including a highly efficient API built into HammerDB. In fact, SQLite started out as a Tcl extension (which HammerDB is written in) so the compatibility couldn't be closer, meaning in theory it is doable.

However, having said that, we have this to consider: Appropriate Uses For SQLite

SQLite is not directly comparable to client/server SQL database …

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sm-shaw
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #627 on November 08, 2023 11:07.