mirror of
https://github.com/mistergibson/gxg-framework.git
synced 2026-08-15 03:46:00 -07:00
7 lines
No EOL
160 B
Ruby
7 lines
No EOL
160 B
Ruby
# See: https://github.com/will/crystal-pg
|
|
if defined?(::External::Database::Postgres)
|
|
else
|
|
unless ::RUBY_ENGINE == "jruby"
|
|
require "pg"
|
|
end
|
|
end |