Skip to content

intiluha/dbsandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbsandbox

Allows you to create multiple readers and writers that manipulate one database concurrently. Readers delete rows as they read them and it is guaranteed that every row will be read only once.

Set MYSQL_USER and MYSQL_PASS before use.

$ export MYSQL_USER=username
$ export MYSQL_PASS=password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages