slick-examples icon indicating copy to clipboard operation
slick-examples copied to clipboard

A sample project for getting started with Slick

Results 16 slick-examples issues
Sort by recently updated
recently updated
newest added

I followed the MultiDBCake example to be able to get different databases used between testing and production. In the table definition, I would like to set foreign key between Users...

Not sure that it's 2.1-M2, but this fix updates slick-examples project so that it works with latest version of slick compiled from sources

Added modfied version of PlainSQL example to show how it works with regular classes, so the 22 property limit can be overcome

An example for the access to an Oracle, MSSQL or DB2 database using the slick enxtensions you be very usefull I think. There are only little (and with little I...

Since apparently to get a PR accepted to slick, I need to sign a CLA, I'll create an issue instead. The `build.sbt` file has version `2.0.0-RC1` in the library dependencies....

Hi, Could you please make a lifted parameterized delete sample?

run the sample, "error: illegal cyclic inheritance involving type Table object Suppliers extends Table[(Int, String, String, String, String, String)]("SUPPLIERS") {" I have no idea, help~~