21
0
Fork 0
This commit is contained in:
jdubois 2018-05-22 09:58:59 +02:00
parent 110c67a023
commit 2ad0eaab2f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Créer un fichier SQLite :
$ sqlite3 foo.db $ sqlite3 foo.db
SQLite version 3.16.2 2017-01-06 16:32:41 SQLite version 3.16.2 2017-01-06 16:32:41
Enter ".help" for usage hints. Enter ".help" for usage hints.
sqlite> sqlite> .tables sqlite> .tables
sqlite> .exit sqlite> .exit
$ file foo.db $ file foo.db