Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | Rename database client files to put them in a `Client` module | Teddy Wing | |
Will be modifying the class names in the next commit. Here we change the file names & locations of the database client files. The format changes thusly: <adapter>_client.rb -> client/<adapter>.rb This organisation feels cleaner to me. Wasn't liking the previous structure. | |||
2017-04-29 | DBShell::PostgresClient: Add `.runshell()` | Teddy Wing | |
Add a method to execute the `psql` command. | |||
2017-04-29 | PostgresClient: Basic implementation of #build_command | Teddy Wing | |
Correctly builds the required arguments. Doesn't handle passwords at all. | |||
2017-04-29 | Add `DBShell::PostgresClient` stub | Teddy Wing | |
Make an empty container to pass the basic tests. |