Тёмный
Turso
Turso
Turso
Подписаться
SQLite for Production. Powered by libSQL.
@ThePrimeagen in Brazil
1:12
5 месяцев назад
The Groups API: Platform Saga Part 5
6:17
5 месяцев назад
Multi database schema changes
1:22
6 месяцев назад
Migrating data from MySQL to SQLite
2:55
6 месяцев назад
The Locations API: Platform Saga Part 4
1:57
6 месяцев назад
The Organization API: Platform Saga Part 3
9:51
6 месяцев назад
Authorization API: Platform Saga Part 2
3:37
7 месяцев назад
Create a database branch with GitHub Actions
6:00
8 месяцев назад
Bring Your Own SDK with Turso's HTTP API
2:01
9 месяцев назад
ChiselStrike Turso private beta
5:07
Год назад
Комментарии
@eushell
@eushell 24 дня назад
is it possible to do the same but locally?
@tursodatabase
@tursodatabase 23 дня назад
Not currently, but great idea!
@jurijzahn8985
@jurijzahn8985 Месяц назад
That's cool 😎
@aryanmauryamr.perfect1426
@aryanmauryamr.perfect1426 Месяц назад
Hey please listen admin....i need your help
@tursodatabase
@tursodatabase Месяц назад
what can we do for ya?
@michaelayoub2211
@michaelayoub2211 Месяц назад
Perfect pacing on these videos. You can tell a lot of care has gone into each one of them.
@viralbae9616
@viralbae9616 2 месяца назад
powerful 💪
@HideBuz
@HideBuz 3 месяца назад
Please make the videos slower and clearer by providing details to the instructions. Making longer more in depth videos can help Turso adoption greatly, but only if you make the videos beginner friendly.
@itsanishjain
@itsanishjain 3 месяца назад
Hey I get this error "LibsqlError: SQLITE_ERROR: no such table: session" when I open my shopify app can you please share the github repo for the above code?
@tursodatabase
@tursodatabase Месяц назад
tur.so/libsql
@HideBuz
@HideBuz 4 месяца назад
Awesome, this comes at the right time! How mature is this? Is there a way to create a local first client version of it that syncs back to the main db like syncdb to postgresql, but for Sqlite?
@Vaidd4
@Vaidd4 4 месяца назад
Is it possible to not use the 'turso auth token'? Example: Connecting to turso from a SPA with no backend server. the idea is to avoid all your clients to use the same first token.
@tursodatabase
@tursodatabase 23 дня назад
Please don't use the libSQL client on the frontend. You could create a backend for frontend that does what you need with a provide that deals with API tokens/permissions perhaps.
@drapala97
@drapala97 5 месяцев назад
kkkk paga 150 conto pra ve o primeagen mandar usar vim kkkkkkk nem fudeno
@arsnakehert
@arsnakehert 4 месяца назад
Porra, se for 150 pila não tá ruim Tem evento _bem_ mais caro que isso
@brockdaniel8845
@brockdaniel8845 5 месяцев назад
chroot
@alew3tube
@alew3tube 5 месяцев назад
LFG
@daltonyon
@daltonyon 5 месяцев назад
Let's gooooooooooo
@ggnova8581
@ggnova8581 5 месяцев назад
Finally, someone uses rust based editor
@notrab
@notrab 5 месяцев назад
So good
@alph43et
@alph43et 5 месяцев назад
name?
@zenstack1429
@zenstack1429 6 месяцев назад
To Exec an SQL file into a db: turso db shell "DB-name" < req.sql
@siyedyoussef3202
@siyedyoussef3202 6 месяцев назад
i search forever how to connect my turso to dbeaver or any sql client please help me cheers
@tursodatabase
@tursodatabase 5 месяцев назад
Hey, you can use any regular SQLite supported app and upload that same SQLite file to deploy. There are a few libSQL supported clients that we'll publish a blog and video on soon. Dataflare, TablePlus, are great options.
@fantasy4236
@fantasy4236 6 месяцев назад
Turso's support for Windows is very poor.
@westjosesc2047
@westjosesc2047 6 месяцев назад
it's just what I was looking for
@MichaelLudden
@MichaelLudden 6 месяцев назад
Yaaas 🚀
@siyedyoussef3202
@siyedyoussef3202 6 месяцев назад
great timing 😊 I am leaving planetscal to turso 🎉🎉🎉
@mauriciorodriguez534
@mauriciorodriguez534 6 месяцев назад
Libsql build to windows without wsl?😅
@ScottSpencePlease
@ScottSpencePlease 9 месяцев назад
Awesome! Really useful to know!
@notrab
@notrab 9 месяцев назад
Cheers Scott!
@tursodatabase
@tursodatabase 9 месяцев назад
docs.turso.tech/reference/turso-cli#create-a-logical-database-using-a-sqlite-database-file
@tursodatabase
@tursodatabase 10 месяцев назад
Read the full blog at blog.turso.tech/stop-caching-and-use-your-database-to-save-time-and-latency-16aebd3f
@alexanderkuznetsov634
@alexanderkuznetsov634 11 месяцев назад
Awesome content, we need more like this about Turso
@tursodatabase
@tursodatabase 10 месяцев назад
We're working on it! Thx for the feedback
@stalepalemale
@stalepalemale Год назад
But how will you handle concurrency on the primary if multiple secondaries want to push updates? Sqlite is known for poor concurrency performance.
@tursodatabase
@tursodatabase Год назад
Turso builds on libSQL (a SQLite fork) server mode github.com/libsql/sqld. It supports libsql backend (which indeed has limited concurrency) but also a mvsqlite backend that improves concurrency. However, there's work in upstream SQLite on improving write concurrency (sqlite.org/hctree/doc/hctree/doc/hctree/index.html), which we will adopt once it matures. We're also looking into integrating with github.com/vlcn-io/cr-sqlite in the future, which provides fast local writes.
@ApoorvGoyalMain
@ApoorvGoyalMain Год назад
This is so cool!
@ricardo.dalarme
@ricardo.dalarme Год назад
That sounds awesome! I can't wait to test it