playper/src/database.cr
2023-01-14 19:50:04 -06:00

11 lines
242 B
Crystal

# TODO: Write documentation for `Playper`
# Here everything for supporting persistent storage will be saved
# Being it postgresql or sqlite
module Database
VERSION = "0.1.0"
# TODO: Put your code here
print("Hello world")
end