Search code examples
databasescalasap-ase

Connecting to Sybase From Scala


I am writing a web application which requires connecting to Sybase ASE from Scala code.I have JDBC and ScalikeJDBC in my mind.Which is the best driver for doing this?


Solution

  • Although I'm not sure which Sybase JDBC driver is the best, ScalikeJDBC works with any JDBC drivers that correctly implement JDBC specification.