Sqlite

De Linuxmemo.

(Différences entre les versions)
 
(Une version intermédiaire masquée)
Ligne 1 : Ligne 1 :
[[Catégorie:Logiciel]]
[[Catégorie:Logiciel]]
-
 
+
==CLI==
-
 
+
List names and files of attached databases
List names and files of attached databases
  .databases
  .databases
List names of tables. If TABLE specified, only list tables matching LIKE pattern TABLE.
List names of tables. If TABLE specified, only list tables matching LIKE pattern TABLE.
-
.tables ?TABLE?
+
.tables ?TABLE?
DESCRIBE [table] n'existe pas, il faut utiliser:
DESCRIBE [table] n'existe pas, il faut utiliser:
  .schema TABLENAME
  .schema TABLENAME
 +
 +
==GUI==
 +
https://sqlitebrowser.org/dl/

Version actuelle en date du 10 janvier 2020 à 09:34

[modifier] CLI

List names and files of attached databases

.databases

List names of tables. If TABLE specified, only list tables matching LIKE pattern TABLE.

.tables ?TABLE?

DESCRIBE [table] n'existe pas, il faut utiliser:

.schema TABLENAME

[modifier] GUI

https://sqlitebrowser.org/dl/

Outils personnels