- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Run SQL on iPhone with SQLite in iSH Shell ⚡📱 | Create DB & Query in Terminal #linux #android #sql
📲 Yes, you can write and run real SQL queries on your iPhone!
In this YouTube Short, I’ll show you how to install and use SQLite3 inside iSH Shell — turning your iPhone into a pocket-sized SQL terminal.
This short covers everything you need to:
💻 Install SQLite on iPhone using iSH Shell
🗃️ Create a new SQLite database file (test.db)
🧱 Create a table and insert sample data
🔍 Run queries with SELECT * FROM users;
✅ Exit and verify your .db file exists
🛠️ Commands used:
apk update && apk upgrade
apk add sqlite
sqlite3 test.db
📌 SQL used:
CREATE TABLE users (id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT, email TEXT UNIQUE);
INSERT INTO users (name, email) VALUES ('Alice', 'alice@example.com');
SELECT * FROM users;
By the end of this Short, you'll be running databases right from your iPhone — no app or laptop needed. Just iSH Shell + SQLite3 = SQL on the go.
📌 Why This Rocks:
Practice SQL anywhere (great for students & devs)
Test database concepts without a laptop
Completely free and legal
🚀 Try These Next:
Essential Linux Commands - https://www.youtube.com/watch?v=4r5PM2avLqg
Python + Linux on iPhone - https://www.youtube.com/watch?v=1YcS90Ok1O0
#iPhoneDev #iSHShell #SQLite #SQLoniPhone #MobileDev #Database #Shorts #SQLite3 #TerminalOniPhone #SQLTutorial
Видео Run SQL on iPhone with SQLite in iSH Shell ⚡📱 | Create DB & Query in Terminal #linux #android #sql канала Halogenius Ideas
In this YouTube Short, I’ll show you how to install and use SQLite3 inside iSH Shell — turning your iPhone into a pocket-sized SQL terminal.
This short covers everything you need to:
💻 Install SQLite on iPhone using iSH Shell
🗃️ Create a new SQLite database file (test.db)
🧱 Create a table and insert sample data
🔍 Run queries with SELECT * FROM users;
✅ Exit and verify your .db file exists
🛠️ Commands used:
apk update && apk upgrade
apk add sqlite
sqlite3 test.db
📌 SQL used:
CREATE TABLE users (id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT, email TEXT UNIQUE);
INSERT INTO users (name, email) VALUES ('Alice', 'alice@example.com');
SELECT * FROM users;
By the end of this Short, you'll be running databases right from your iPhone — no app or laptop needed. Just iSH Shell + SQLite3 = SQL on the go.
📌 Why This Rocks:
Practice SQL anywhere (great for students & devs)
Test database concepts without a laptop
Completely free and legal
🚀 Try These Next:
Essential Linux Commands - https://www.youtube.com/watch?v=4r5PM2avLqg
Python + Linux on iPhone - https://www.youtube.com/watch?v=1YcS90Ok1O0
#iPhoneDev #iSHShell #SQLite #SQLoniPhone #MobileDev #Database #Shorts #SQLite3 #TerminalOniPhone #SQLTutorial
Видео Run SQL on iPhone with SQLite in iSH Shell ⚡📱 | Create DB & Query in Terminal #linux #android #sql канала Halogenius Ideas
sqlite iphone ish shell sql on iphone run sql queries on iphone ish shell sqlite3 sqlite tutorial ios sqlite terminal iphone create database iphone ish shell database tutorial iphone sql terminal mobile sql tutorial iphone developer terminal sqlite3 ish shell short iphone programming terminal ish shell sqlite guide sql tutorial on iphone create table sqlite iphone run sqlite ios terminal database on iphone with ish shell sql beginner iphone
Комментарии отсутствуют
Информация о видео
1 июля 2025 г. 13:00:53
00:02:59
Другие видео канала





















