ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

512,898 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,227 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,306 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,671 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

631,263 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

86,983 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,652 views

4y 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,593 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!)

803 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,038 views

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

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

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

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

3y 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,298 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,153 views

1mo 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,795 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,614 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,675 views

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

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

3y 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,018 views

7mo 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,418 views

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

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

5mo ago

Mycelial
SQLite For Beginners: Journal Modes

SQLite is so easy to get started with, it might feel like it's configuration free, but that's not exactly true... It's mostly configuration free, ...

16:06
SQLite For Beginners: Journal Modes

17,630 views

3y ago

Show more