aboutsummaryrefslogtreecommitdiffstats
path: root/spec
AgeCommit message (Expand)Author
2017-04-29DBShell::Client::Postgres: Convert port to stringTeddy Wing
2017-04-29DBShell::Client::Database: Add support for the 'postgis' adapterTeddy Wing
2017-04-29Integrate MySQL supportTeddy Wing
2017-04-29Rename `InvalidDatabaseAdapter` to `UnsupportedDatabaseAdapter`Teddy Wing
2017-04-29Add `DBShell::Client::MySQL`Teddy Wing
2017-04-29Rename `Sqlite3` class to `SQLite3`Teddy Wing
2017-04-29Move `DBShell::InvalidDatabaseAdapter` to the `Client` moduleTeddy Wing
2017-04-29Rename database client classesTeddy Wing
2017-04-29Update `require` paths in database client filesTeddy Wing
2017-04-29Rename database client files to put them in a `Client` moduleTeddy Wing
2017-04-29Add `DBShell::DatabaseClient`Teddy Wing
2017-04-29Add `DBShell::Sqlite3Client`Teddy Wing
2017-04-29postgres_client_spec.rb: Use integer port instead of stringTeddy Wing
2017-04-29postgres_client_spec.rb: Add missing `it` blockTeddy Wing
2017-04-29Add `DBShell::PostgresClient` stubTeddy Wing
2017-04-29Add preliminary test for `DBShell::PostgresClient`Teddy Wing