Skip to content

Sample repo presenting implementation of XOR operator in Slick 3.2.x

License

Notifications You must be signed in to change notification settings

pdolega/slick-xor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slick-xor

Sample repo with implementation of XOR operator for MySQL

Prerequistes

  • you need to have MySQL installed (>= 5.7)
  • you need to have database and user that will allow to connect to this db
create database slick_xor
CREATE USER 'slick_user'@'localhost' IDENTIFIED BY '123Adhc#8';
GRANT ALL PRIVILEGES ON * . * TO 'slick_user'@'localhost'; 

About

Sample repo presenting implementation of XOR operator in Slick 3.2.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages