jolie / website

The Jolie website
8 stars 8 forks source link

DataBase.iol use of libraries and tecnology mapping table #8

Closed bmaschio closed 8 years ago

bmaschio commented 8 years ago

@jolie/developers

Hi guys I was thinking that would be nice to explain to the user how to use JDBC drivers, it would be be also very nice to have a table that defines the typical setting for the different technologies of db

It would be also nice to have examples how to compensate for ConnectionError or other DB error

Regards

Balint

fmontesi commented 8 years ago

Probably the right thing to do is to refer to the respective pages of the JDBC drivers, where this is explained? I'm afraid of replicating documentation: If they update it, we should then keep it in sync.

What do you think?

If we go for this, I'd just make a table mapping each driver name to a link with the appropriate documentation.

bmaschio commented 8 years ago

Yes I like the idea of referring to the standard JDBC pages like this

driver driver documentation
postgresql https://jdbc.postgresql.org/
bmaschio commented 8 years ago

Commited 5e71ddf added SqlServer support