https://github.com/rupurt/oto
Bulk SQL extraction over ODBC
https://github.com/rupurt/oto
Last synced: 12 months ago
JSON representation
Bulk SQL extraction over ODBC
- Host: GitHub
- URL: https://github.com/rupurt/oto
- Owner: rupurt
- License: mit
- Created: 2023-09-14T22:47:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T17:54:50.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T06:46:23.355Z (over 1 year ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oto
Bulk SQL extraction over ODBC
## Usage
oto extract --dsn "" "SELECT * FROM people"
## Development
This project assumes you have already [installed nix](https://determinate.systems/posts/determinate-nix-installer)
1. Start a Nix devshell
```shell
nix develop -c $SHELL
```
2. Run the setup script
```shell
./scripts/setup
```
## License
`oto` is released under the [MIT license](./LICENSE)