mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
clean up forward declaration of Database and Statement
This commit is contained in:
parent
8d891a5a4e
commit
6e94536a91
1 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,4 @@
|
|||
module DB
|
||||
class Database; end
|
||||
|
||||
abstract class Statement; end
|
||||
|
||||
# Database driver implementors must subclass `Connection`.
|
||||
#
|
||||
# Represents one active connection to a database.
|
||||
|
|
Loading…
Reference in a new issue