sqlite3 execute command
sqlite3 test.db 'create table abc (col0 int)'
sqlite3 execute command
sqlite3 test.db 'create table abc (col0 int)'
sqlite commands
sqlite commands
src = https://www.sitepoint.com/getting-started-sqlite3-basic-commands/
-----------------------------
.show Displays current settings for various parameters
.databases Provides database names and files
.quit Quit sqlite3 program
.tables Show current tables
.schema Display schema of table
.header Display or hide the output table header
.mode Select mode for the output table
.dump Dump database in SQL text format
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us