https://github.com/anxiousmodernman/sled-exec
https://github.com/anxiousmodernman/sled-exec
embedded-database sled
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anxiousmodernman/sled-exec
- Owner: anxiousmodernman
- Created: 2019-02-25T01:37:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T01:04:23.000Z (over 7 years ago)
- Last Synced: 2025-01-06T13:33:07.445Z (over 1 year ago)
- Topics: embedded-database, sled
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sled-exec
Command line wrapper that captures stdout and stderr in a sled embedded database.
## Usage
Simply pass a subcommand and its args after `--`. For example
```
sled-exec -- echo "hello world"
```
A database named `sled-exec.db` will be created in the current directory by default.