[Koha-bugs] [Bug 7365] Koha should support PostgreSQL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 17 04:31:07 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7365

--- Comment #26 from David Cook <dcook at prosentient.com.au> ---
(In reply to Mark Hofstetter from comment #25)
> Hi,
> 
> I would like to use postgres/Oracle with koha, and be willing to implement
> it. Has anybody started this - and/or would be willing to give me hints on
> the structure needed
> 
> cheers 
> Mark

I think BibLibre did work on this in the past, but I can't imagine this work
ever being successful, since there are many MySQLisms in Koha.

While Koha does use an ORM in many places now, there are still queries written
by hand, and the database creation scripts all use MySQL-specific syntax. Plus
there is that old comment of mine about the MySQL extension to InnoDB. 

It would be easier to adapt one's own system to use MySQL than to adapt Koha to
use a different database, I reckon.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list