Added sequel with example setup

This commit is contained in:
James 2023-12-28 18:36:49 -06:00
parent 1a3a4287b0
commit bffbab8fbc
9 changed files with 70 additions and 3 deletions

3
models/user.rb Normal file
View file

@ -0,0 +1,3 @@
# frozen_string_literal: true
class User < Sequel::Model
end