DbBot icon indicating copy to clipboard operation
DbBot copied to clipboard

Add support for using different databases

Open Tattoo opened this issue 11 years ago • 3 comments

DbBot should enable users to choose which database is used.

dbbot/reader/database_writer.py and dbbot/reader/robot_results_parser.py are also poorly named, as they are sqlite3-specific. they should be renamed.

It should be possible to give database-specific options from command line too

Tattoo avatar Jan 21 '14 09:01 Tattoo

Right now dbbot only support sqlite3. I want to know if there is any plan to extend dbbot to support other database such as mysql. Thanks very much!

leng1987 avatar Apr 28 '14 06:04 leng1987

Adding support for PostgreSQL and MySQL would be fantastic. The SQLite3 database is nice for small results and datasets, but adding keywords and having thousands of testcases, the database grows too quickly to be manageable. Please consider adding support for other databases.

jerry57 avatar Mar 24 '15 16:03 jerry57

There is a forked version of dbbot to support MSSQL (https://github.com/NaviNet/MSSQL-DbBot). But I would like to have support for Oracle DB as well.

Maybe official DbBot do not have to support all these databases but could have a mechanism that other drivers could be configured to replace official sqlite3 support.

roimvargas avatar Sep 29 '16 23:09 roimvargas