mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
6 lines
84 B
Crystal
6 lines
84 B
Crystal
require "spec"
|
|
require "../src/sqlite3"
|
|
|
|
include SQLite3
|
|
|
|
DB_FILENAME = "./test.db"
|