Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

GitHub tagGitHubGitHub last commit

CICodeFactorGitHub issuesGitHub pull requests

xsh-lib/xsql

xsh Library - xsh SQL, a pseudo SQL interpreter for Bash..

About xsh and its libraries, check out xsh document

Requirements

xsh-lib/xsql is tested in CI (GitHub Actions) on every push and pull request, across the following shell/OS combinations:

ShellVersionOSTested
bash3.2macOS
bash4.4Linux (rockylinux:8)
bash5.xLinux (ubuntu-latest)
bash5.xmacOS (Homebrew)
zsh5.xLinux (ubuntu-latest)
zsh5.xmacOS

zsh utilities run under xsh's ksh emulation and require xsh ≥ 0.7.0.

Dependency

  1. xsh-lib/core

    This library depends on xsh-lib/core which should be loaded first before to use this library.

    xsh load xsh-lib/core

Installation

Assume xsh is already installed at your local.

To load this library into xsh issue below command:

xsh load xsh-lib/xsql

The loaded library can be referred as name xsql.

Usage

List available utilities for this library:

xsh list xsql

About

xsh SQL, a pseudo SQL interpreter for Bash.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from xsh-lib/template