Sha256: d96394d9842ef8ba70045ec0b86f1d3edb39598043904d99a533938d0a227e49
Contents?: true
Size: 1.23 KB
Versions: 10
Compression:
Stored size: 1.23 KB
Contents
{ "schema_type": "object", "schema_version": "1.1", "name": "build_pg_connection", "path": "packages/ree_dao/package/ree_dao/functions/build_pg_connection.rb", "mount_as": "fn", "class": "ReeDao::BuildPgConnection", "factory": null, "methods": [ { "doc": "", "throws": [ ], "return": "Sequel::Database", "args": [ { "arg": "conn_opts", "arg_type": "req", "type": "{:conn_str? => String, :adapter => String, :database? => String, :encoding? => String, :user? => String, :password? => String, :host? => String, :port? => String, :convert_infinite_timestamps? => Or[string, nil, float], :connect_timeout? => Integer, :driver_options? => Hash, :notice_receiver? => Proc, :sslmode? => Or[disable, allow, prefer, require, verify-ca, verify-full...], :sslrootcert? => String, :search_path? => String, :use_iso_date_format? => Bool, :max_connections? => Integer}" }, { "arg": "opts", "arg_type": "keyrest", "type": "Ksplat[\"RestKeys\" => Any]" } ] } ], "links": [ { "target": "build_connection", "package_name": "ree_dao", "as": "build_connection", "imports": [ ] } ] }
Version data entries
10 entries across 10 versions & 1 rubygems