Skip to content

Instantly share code, notes, and snippets.

@FCO
Created October 28, 2019 02:25
Show Gist options
  • Save FCO/876e1419686355a3cf02342776fb948a to your computer and use it in GitHub Desktop.
Save FCO/876e1419686355a3cf02342776fb948a to your computer and use it in GitHub Desktop.
redable
https://www.irccloud.com/pastebin/raw/aICThncR/
Red::Driver::SQLite.new(database => "red.db", events => Supply.new)
Red::Driver::SQLite.new(database => "red.db", events => Supply.new)
Post.new(id => 1, title => "test1", body => "body-test1", deleted => 0, created => DateTime.new(2019,10,22,12,0,19.196347), tags => Set.new(""))
Post.new(id => 2, title => "Is it working?", body => "I think it is", deleted => 0, created => DateTime.new(2019,10,22,12,12,8.809766), tags => Set.new(""))
Red::Driver::SQLite.new(database => ":memory:", events => Supply.new)
Post.new(id => 1, title => "test1", body => "body-test1", deleted => 0, created => DateTime.new(2019,10,22,12,0,19.196347), tags => Set.new(""))
Post.new(id => 2, title => "Is it working?", body => "I think it is", deleted => 0, created => DateTime.new(2019,10,22,12,12,8.809766), tags => Set.new(""))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment