Database systems integration
Do you plan to make integration with another db systems (e.g. PostgreSql ) ?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Anton Gogolev on 08 Feb, 2013 10:23 AM
Slava,
HgLab uses NHibernate so theoretically it shouldn't be too complex to support any of the popular DB servers out there.
Practically, this is not on my priority list right now.
Anton Gogolev closed this discussion on 08 Feb, 2013 10:23 AM.
Slava Davydov re-opened this discussion on 08 Feb, 2013 01:16 PM
2 Posted by Slava Davydov on 08 Feb, 2013 01:16 PM
Could you give me example of connection string for postgresql ?
Do I need any additional libraries for Posgresql drivers (In java we need additional library-jdbc driver for each supported database)
UPD: google says to use http://pgfoundry.org/projects/npgsql in the project to support connectino to postgresql. How could I add the libraries into the project ?
Support Staff 3 Posted by Anton Gogolev on 08 Feb, 2013 04:40 PM
Currently there's no supported way to connect HgLab to PostgreSQL. For one, HgLab has Microsoft SQL Server "adapter" hard-coded. Plus, there are no migrations for PostgreSQL database schema.
So unfortunatelly no PostgreSQL for now. Microsoft SQL Server Express is free and runs HgLab just fine.