krists/refile-postgres

View on GitHub
lib/refile/postgres.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "refile/backend_macros"
require "refile/postgres/version"
require "refile/postgres/smart_transaction"
require "refile/postgres/backend"
require "refile/postgres/backend/reader"

module Refile
  module Postgres
  end
end