ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

512,929 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,368 views

1y 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,350 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,741 views

6y 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

632,240 views

3mo 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

87,042 views

1y 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,707 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,703 views

4y 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,059 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,808 views

3w 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!)

805 views

4mo 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,960 views

8mo 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,422 views

2y 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,025 views

7mo 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,345 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

217,510 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,713 views

2mo 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,622 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,479 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,168 views

2mo 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,549 views

3y ago

Awesome
SQLite first impressions

Check out Sevalla and get $50 free credits - https://bit.ly/4nNUcJe A quick look at SQLite. Topics: - SQLite overview ...

9:22
SQLite first impressions

33,572 views

10mo 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,351 views

1y 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,406 views

6mo 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,061 views

2y 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,179 views

3y ago

Telusko
SQLite | What, Why , Where

What is SQLite? Why to use SQLite? Where to use SQLite? Check out our website: http://www.telusko.com Follow Telusko on ...

4:41
SQLite | What, Why , Where

148,407 views

10y ago

Show more