Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages