ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

512,880 results

Fireship
SQLite and its weird new fork “libSQL”

Need users? Check out Clerk's awesome solution https://go.clerk.com/7iX010I Take a first look at a SQLite fork growing in ...

4:30
SQLite and its weird new fork “libSQL”

552,207 views

1y ago

Kite
Sqlite 3 Python Tutorial in 5 minutes - Creating Database, Tables and Querying [2020]

Today, we're going to cover how to create and edit tables within a database using SQLite in Python. In this tutorial, we'll create a ...

5:24
Sqlite 3 Python Tutorial in 5 minutes - Creating Database, Tables and Querying [2020]

218,656 views

6y ago

Mysterious Engineer
Everyone Is Wrong About SQLite (Here’s When It Beats Postgres)

Is SQLite just a toy? Nope. In this video, I break down why SQLite is often the superior production choice for read-heavy, ...

9:05
Everyone Is Wrong About SQLite (Here’s When It Beats Postgres)

27,292 views

1y ago

DevOps Toolbox
SQLite Is ULTIMATE Choice For 99% of Projects

Sevalla is a no-limits, all-in-one PaaS with global performance and usage-based pricing. Get $50 credit to start and test it for free: ...

11:26
SQLite Is ULTIMATE Choice For 99% of Projects

86,972 views

1y ago

Python Simplified
SQLite Backend for Beginners - Create Quick Databases with Python and SQL

PLEASE NOTE we need to add connection.commit() after each data insertion command!!! This will store all the rows ...

13:32
SQLite Backend for Beginners - Create Quick Databases with Python and SQL

227,636 views

4y ago

Fireship
The most trusted code on Earth is being rewritten in Rust

Junie is the #1 coding agent on SWE-Rebench and it'll save you a bunch of tokens - https://jb.gg/Fireship-Junie-GA Use code: ...

5:20
The most trusted code on Earth is being rewritten in Rust

630,973 views

3mo ago

Martin Baun
SQLite vs PostgreSQL - Which One Should You Really Use?

SQLite vs PostgreSQL – Which One Should You Really Use? Most people choose the wrong database—and it's frustrating.

6:48
SQLite vs PostgreSQL - Which One Should You Really Use?

19,573 views

1y ago

InfoWorld
How to back up SQLite databases the right way (not by copying them!)

devwithserdar SQLite databases live on disk as a single file, so it's tempting to think you can make database backups just by ...

4:40
How to back up SQLite databases the right way (not by copying them!)

801 views

4mo ago

Cloud Codes
Litestream + SQLite: Scale to 1M Users Without Postgres or Cloud Bills

Are you paying massive cloud bills for a managed Postgres server when you could be running the exact same workload for $0.03 ...

11:03
Litestream + SQLite: Scale to 1M Users Without Postgres or Cloud Bills

24,029 views

2mo ago

DevOps Toolbox
This SQLite Fork is SO GOOD (and it’s open source)

Write code, manage infrastructure, deploy, and more – all in GoLand: https://jb.gg/tnhf2z @JetBrainsTV --- libSQL is an open ...

11:06
This SQLite Fork is SO GOOD (and it’s open source)

36,927 views

8mo ago

Tom Delalande
The Perfect Dependency - SQLite Case Study

SQLite is a side project that became the most deployed piece of software ever. Estimated to have more than 1 trillion deployments.

19:32
The Perfect Dependency - SQLite Case Study

176,338 views

1y ago

Socratica
SQLite in Python || Python Tutorial || Learn Python Programming

Are you a Python programmer who loves Data? This is your lucky video! Hit play as we dive into the world of SQLite in Python.

10:11
SQLite in Python || Python Tutorial || Learn Python Programming

92,530 views

3y ago

Martin Baun
SQLite is enough

SQLite is enough. You should not use MySQL or Postgres. And you should definitely not use queues or other fancy cloud services ...

5:58
SQLite is enough

38,413 views

2y ago

Channels new to you

PawelCodeStuff
SQLite internals: A deep dive

SQLite is the most widely deployed database on Earth, yet it runs with no server, no configuration, and no network - just a C library ...

9:03
SQLite internals: A deep dive

26,285 views

2mo ago

ByteMonk
Inside SQLite: The 300KB File That Beat Oracle and Postgres

This is SQLite: a database engine written by one guy during a government funding freeze, that now runs on over 1 trillion active ...

8:56
Inside SQLite: The 300KB File That Beat Oracle and Postgres

216,940 views

1mo ago

Cloud Codes
SQLite + AI: The Database Revolution Nobody is Talking About (No Pinecone)

Are you still paying for expensive vector databases like Pinecone, Weaviate, or ChromaDB to run your RAG applications?

8:27
SQLite + AI: The Database Revolution Nobody is Talking About (No Pinecone)

12,635 views

2mo ago

CodeSource
How a 32-bit Integer Broke SQLite

Secure your secrets, certificates, and machine access with Infisical: ...

11:47
How a 32-bit Integer Broke SQLite

41,791 views

3w ago

Cloud Codes
Stop Using Postgres: SQLite Is All You Need

Are you paying $475 a month for an AWS RDS Postgres cluster just to serve a web app running on a single server? Meet the ...

9:53
Stop Using Postgres: SQLite Is All You Need

12,608 views

1mo ago

Cloud Codes
The Search Engine Hiding Inside SQLite (Goodbye Elasticsearch)

Why are developers paying thousands for Elasticsearch JVM clusters when a full-text BM25 search engine has been compiled ...

8:44
The Search Engine Hiding Inside SQLite (Goodbye Elasticsearch)

7,469 views

1mo ago

Cloud Codes
Go + HTMX + SQLite: The Ultimate Stack for the AI Era

What is the best tech stack for building AI-generated applications? It isn't React or Next.js. It is Go, HTMX, and SQLite—the ...

9:21
Go + HTMX + SQLite: The Ultimate Stack for the AI Era

29,126 views

2mo ago

Fly․io
Litestream solves the #1 SQLite problem. This is how.

SQLite's biggest problem is durability. It can't survive on ephemeral machines. That's where Litestream comes in. It syncs your ...

4:23
Litestream solves the #1 SQLite problem. This is how.

11,016 views

7mo ago

Mycelial
SQLite for beginners: Datatypes

Datatypes are handled differently in SQLite than other popular relational databases. Sqlite uses a flexible, dynamic type system ...

8:38
SQLite for beginners: Datatypes

7,174 views

3y ago

Aaron Francis
SQLite's WAL mode is fast fast

Want to learn more SQLite? Check out the full course: https://highperformancesqlite.com. Get your free SQLite reference guide: ...

9:25
SQLite's WAL mode is fast fast

56,009 views

2y ago

技术爬爬虾 TechShrimp
世界上装机量最大的数据库SQLite,低调但不小众   #电脑 #微信 #数据库 #代码 #编程 #sql

SQLite是一个轻量级的嵌入式关系型数据库。用C语言开发,最开始的设计目标是嵌入式系统。它可以在不需要的服务器的情况下, ...

8:50
世界上装机量最大的数据库SQLite,低调但不小众 #电脑 #微信 #数据库 #代码 #编程 #sql

38,108 views

2y ago

CodeSource
How a 32-bit Integer Broke SQLite

Secure your secrets, certificates, and machine access with Infisical: ...

11:47
How a 32-bit Integer Broke SQLite

41,791 views

3w ago

Valigo
SQLite is a masterclass in library design

SQLite shows us how projects of arbitrary high complexity can still be simple and easy to use. I guess this is why SQLite is used by ...

11:43
SQLite is a masterclass in library design

60,381 views

6mo ago

Macro Lens
SQLite in Production: The Tool Senior Engineers Never Stopped Using

Most developers dismiss SQLite before they ever test it. Senior engineers have been quietly shipping production apps on it for ...

13:00
SQLite in Production: The Tool Senior Engineers Never Stopped Using

1,467 views

5mo ago

Show more