showdb
The European Molecular Biology Open Software Suite
Install
- All systems
-
curl cmd.cat/showdb.sh
- Debian
-
apt-get install EMBOSS - Ubuntu
-
apt-get install EMBOSS -
Alpine
-
apk add sqlite - Arch Linux
-
pacman -S sqlite - Kali Linux
-
apt-get install EMBOSS - CentOS
-
yum install sqlite - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install EMBOSS - OS X
-
brew install sqlite - Raspbian
-
apt-get install EMBOSS - Docker
-
docker run cmd.cat/showdb showdbpowered by Commando
EMBOSS
The European Molecular Biology Open Software Suite
sqlite
command line interface for SQLite 2
SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. NOTE: This package is SQLite version 2. Most programs that use SQLite use SQLite version 3. See the "sqlite3" package for that.