Skip to content

d6y/slick-manual-plainsql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The PlainSQL example from the Slick Manual

$ sbt run
[info] running com.typesafe.slick.docs.PlainSQL
Coffees:
* Colombian	101	7.99	0	0
* French_Roast	49	8.99	0	0
* Espresso	150	9.99	0	0
* Colombian_Decaf	101	8.99	0	0
* French_Roast_Decaf	49	9.99	0	0
Parameterized StaticQuery:
* Colombian supplied by Acme, Inc.
* French_Roast supplied by Superior Coffee
* Colombian_Decaf supplied by Acme, Inc.
Supplier #49: Vector(Supplier(49,Superior Coffee,1 Party Place,Mendocino,CA,95460))
Coffee Colombian: Some(Coffee(Colombian,101,7.99,0,0))
Deleted 1 rows
Coffee Colombian: None
[success] Total time: 1 s, completed 3 Dec 2019, 12:30:21

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages