1
0
Fork 0
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:
Nelson Figueroa 2025-05-24 13:30:18 -07:00 committed by GitHub
parent b3185fdb5c
commit 4a058d1cf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -1,7 +1,7 @@
# sqlite3
> SQLite 3의 명령줄 인터페이스로, 자체 포함 파일 기반 임베디드 SQL 엔진입니다.
> 더 많은 정보: <https://sqlite.org>.
> 더 많은 정보: <https://sqlite.org/cli.html>.
- 새 데이터베이스로 대화형 셸 시작: