We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dd5c8 commit 402aa1fCopy full SHA for 402aa1f
lib/sqlite3/database.rb
@@ -82,6 +82,7 @@ module SQLite3
82
# extensions:
83
# - .sqlpkg/nalgeon/crypto/crypto.so # a filesystem path
84
# - <%= SQLean::UUID.to_path %> # or ruby code returning a path
85
+ # - SQLean::Crypto # Rails 8.1+ accepts the name of a constant that responds to `to_path`
86
#
87
class Database
88
attr_reader :collations
0 commit comments