An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# P6's POSIX.2: p6sqlite

## Table of Contents

## Badges

[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](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