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