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 | Add `DBShell::Sqlite3Client` | Teddy Wing | |
Much simpler `.build_command` than the Postgres version. Only building arguments now. Want to try out executing the subprocess command. Inspired of course by: https://github.com/django/django/blob/66150f7cf61bc09547fa98586790df596eff6d77/django/db/backends/sqlite3/client.py |