Age | Commit message (Expand) | Author |
---|---|---|
2017-04-29 | Move `DBShell::InvalidDatabaseAdapter` to the `Client` module | Teddy Wing |
2017-04-29 | Rename database client classes | Teddy Wing |
2017-04-29 | Update `require` paths in database client files | Teddy Wing |
2017-04-29 | Rename database client files to put them in a `Client` module | Teddy Wing |
2017-04-29 | Add `DBShell::DatabaseClient` | Teddy Wing |
2017-04-29 | Add `DBShell::Sqlite3Client` | Teddy Wing |
2017-04-29 | postgres_client_spec.rb: Use integer port instead of string | Teddy Wing |
2017-04-29 | postgres_client_spec.rb: Add missing `it` block | Teddy Wing |
2017-04-29 | Add `DBShell::PostgresClient` stub | Teddy Wing |
2017-04-29 | Add preliminary test for `DBShell::PostgresClient` | Teddy Wing |