mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-30 23:35:23 +02:00
sqlite3: update more information links (#16590)
This commit is contained in:
parent
b3185fdb5c
commit
4a058d1cf8
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# sqlite3
|
||||
|
||||
> Das Kommandozeileninterface für SQLite 3, welches eine eigenständige dateibasierte eingebettete SQL-Engine ist.
|
||||
> Weitere Informationen: <https://sqlite.org>.
|
||||
> Weitere Informationen: <https://sqlite.org/cli.html>.
|
||||
|
||||
- Starte eine interaktive Shell mit einer neuen Datenbank:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sqlite3
|
||||
|
||||
> SQLite 3의 명령줄 인터페이스로, 자체 포함 파일 기반 임베디드 SQL 엔진입니다.
|
||||
> 더 많은 정보: <https://sqlite.org>.
|
||||
> 더 많은 정보: <https://sqlite.org/cli.html>.
|
||||
|
||||
- 새 데이터베이스로 대화형 셸 시작:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue