https://github.com/p6m7g8-dotfiles/p6sqlite
P6 Dotfiles: POSIX.2 SQLite utility functions for database management
https://github.com/p6m7g8-dotfiles/p6sqlite
bash cli p6 p6m7g8 sh shell sqlite terminal zsh
Last synced: 5 months ago
JSON representation
P6 Dotfiles: POSIX.2 SQLite utility functions for database management
- Host: GitHub
- URL: https://github.com/p6m7g8-dotfiles/p6sqlite
- Owner: p6m7g8-dotfiles
- Created: 2024-04-28T15:16:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-16T01:46:10.000Z (8 months ago)
- Last Synced: 2025-10-17T04:06:50.669Z (8 months ago)
- Topics: bash, cli, p6, p6m7g8, sh, shell, sqlite, terminal, zsh
- Language: Shell
- Homepage: https://continuouslearning.io
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P6's POSIX.2: p6sqlite
## Table of Contents
## Badges
[](https://opensource.org/licenses/Apache-2.0)
## Summary
## Contributing
- [How to Contribute]()
## Code of Conduct
- [Code of Conduct]()
## Usage
### Aliases
### Functions
## p6sqlite
### p6sqlite/init.zsh
- p6df::modules::p6sqlite::deps()
- p6df::modules::p6sqlite::init(_module, dir)
## p6sqlite/lib
### p6sqlite/lib/db.sh
- p6_sqlite_db_create()
- p6_sqlite_db_drop(db)
### p6sqlite/lib/sql.sh
- stream = p6_sqlite_filter_sql_run(db, [fmt=table])
- stream = p6_sqlite_sql_run()
### p6sqlite/lib/table.sh
- p6_sqlite_filter_pipe_to_table()
## Hierarchy
```text
.
├── init.zsh
├── lib
│ ├── db.sh
│ ├── sql.sh
│ └── table.sh
└── README.md
2 directories, 5 files
```
## Author
Philip M . Gollucci