DIGITAL.ERA
  • Home
  • DIGITAL.ERA
Sign in Subscribe

sqlite

A collection of 1 post
SQLite dumps
sqlite

SQLite dumps

Установить SQLite в Ubuntu sudo apt install sqlite3 libsqlite3-dev Открыть конкретную базу данных, консоль: sqlite3 ~/database.sqlite3 sqlite> Для сохранения дампа базы используется  команда .dump: sqlite> .output dump.sql sqlite> .dump sqlite> .exit Для сохранения отдельной таблицы sqlite> .output users.sql sqlite> .dump users
18 окт. 2021 1 min read
Page 1 of 1
DIGITAL.ERA © 2025
Powered by Ghost