#sqlite risultati di ricerca
A long trip ahead of me to go to San Francisco, my goal for the next 12 hours is to write an embeddable, self-contained, and high-performance complete parser for SQLite #sqlite #OpenSource
I'm starting a new open source #rails engine called sqlite_dashboard. If you go with #SQLite in production, using kamal, what's missing is a way to quickly have a glance to the database. How do you like the idea?
Learning SQLite internals just got easier — you can now run SQL commands and instantly see how they affect the file structure. Better animation is coming up next :) #sqlite #database sqlite-internal.pages.dev
Releasing my new SaaS: the SQLite Compatibility Index! Check NOW how close you are to contributing to #SQLite... ...and how far you’ve strayed from Divine Grace. #buildinpublic #saas sqlite-compatibility-index.lovable.app
SQLite Internal Viewer update: Each page now shows its table name—so you can finally see how every table is represented in the file format. #sqlite Give it a try sqlite-internal.pages.dev
A reports server for #SQLite ? Yes, SQLite Reports Server. Free evaluation version available. bit.ly/4pPbFSx
The Future of Databases is Local-First marcobambini.substack.com/p/the-future-o… #sqlite #PostgreSQL #AI #EdgeAI #localfirst
In his #P99Conf presentation, @glcst, CEO, @tursodatabase, establishes some features and #performance issues in in the much-loved (by many) #SQLite that could be remedied by their rewrite in #rustlang. #database #ScyllaDB
#sqlite is the most underrated piece of software, probably. What a wonder it is
As #SQLite support has improved, it's finally possible to have truly multi-tenant Rails applications without sacrificing performance or ease of use. At #RailsWorld, @flavorjones described a production-vetted approach to isolating tenant data everywhere in Rails: the database,…
As Rails’s #SQLite support has improved, it’s finally possible to have truly multi-tenant Rails applications - isolated data for each account! - without sacrificing performance or ease of use. In his #RailsWorld talk @flavorjones describes a novel, production-vetted approach to…
Introducing our new @FlutterFlow library for building offline-first apps. It gives you an in-app #SQLite DB that auto syncs w @Supabase in real-time. Features: • App interactions are instant. • Updates are streamed in real-time. • Apps are always available, even offline.
SQLite in a database server? Another look at #SQLite for client-server or server-only deployment bit.ly/3KsfJHX
WebSocket経由でSQLiteを扱う「ws式 SQLite」を設計中です。 もっと短く、高速で、軽量、堅牢、どの言語でも使えるDBを目指しています。 概要 👉 note.com/tp_li/n/n94612… 興味ある方は Discord「tp_link_z490」にフレ申請&DMください 💬 #Elixir #Rust #SQLite #WebSocket #開発者募集
How do we use #SQLite on web? We support multiple Virtual File Systems (VFS), responsible for storing the local SQLite database: 1. IDBBatchAtomicVFS (Uses IndexedDB under the hood). 2. OPFS-based Alternatives • OPFSCoopSyncVFS • AccessHandlePoolVFS How do they compare?
Using a technique I saw from @aarondfrancis , I added vector embedding recommendations (via @googleaistudio) for my blog posts using sqlite-vec in @pocketbase 🚀 rodydavis.com/posts/signals-… @agarcia_me #sqlite
A long trip ahead of me to go to San Francisco, my goal for the next 12 hours is to write an embeddable, self-contained, and high-performance complete parser for SQLite #sqlite #OpenSource
Para exprimir SQLite y preparar el salto a SQL avanzado: Master SQL Programming Like a Pro. Índices, CTE y ventanas que marcan la diferencia en el Edge: twitterposts-tau.vercel.app/r/oqALjn4 #SQL #SQLite
SQLite en el Edge: arquitectura mínima que sí escala para tu MVP. Abro acceso 48H a mi Edge SQLite Starter (blueprint + scripts + checklist). Medido: P95 <80 ms en 5 regiones, coste <$5/mes. #EdgeComputing #SQLite #MVP
WebSocket経由でSQLiteを扱う「ws式 SQLite」を設計中です。 もっと短く、高速で、軽量、堅牢、どの言語でも使えるDBを目指しています。 概要 👉 note.com/tp_li/n/n94612… 興味ある方は Discord「tp_link_z490」にフレ申請&DMください 💬 #Elixir #Rust #SQLite #WebSocket #開発者募集
[Blog] Descubre en este estupendo artículo toda la potencia de las Transacciones #SQLite en tus aplicaciones #Xojo: bit.ly/3VKkjVi
Jour 48/365 - Session code : calltranscriptlogger : chaque appel sauvegardé. mémoire parfaite pour analyse ultérieure ! 💾 #CodeurFrancais #SQLite
Learned so much about modular design, backend security & user-focused healthcare tech. 💡 Open to connect with solo founders and open to work in backend/full-stack roles. #Electron #NodeJS #SQLite #FullStack #HealthTech #opentowork
Integrate SQLite3 with NodeJS #nodejs #sqlite #database #javascript blackslate.io/articles/integ…
blackslate.io
Integrate SQLite3 with NodeJS
Integrate SQLite3 with NodeJS
Integrate SQLite with Spring Boot #springboot #database #sqlite #jpa #springdata #java blackslate.io/articles/integ…
Just thought of the dumbest (smartest?) hack for SlapCommerce: CQRS with per read model SQLite DBs Events/outbox go to a DB. Each read model is its own DB. Parallelization achieved! Should scale to thousands of writes/sec easily. #SQLite #SQLiteSlaps 👏 Thoughts?
SQLite 3.50.0: Integer Overflow Alert A critical integer overflow in SQLite 3.50.0 (CVE-2025-52099) could allow remote code execution. Patch ASAP to stay secure. For more details, read ZeroPath’s blog on this vuln. #AppSec #InfoSec #SQLite zeropath.com/blog/cve-2025-…
...diving into web techniques. Walk through installing PHP, OOP, & working w/DBslike @MySQL, #PDO, #SQLite, @Oracle, @MongoDB. Gain hands-on experience w/detailed code and application examples. Master advanced topics like debugging, automated testing, security, and more!
[Blog] Descubre en este estupendo artículo toda la potencia de las Transacciones #SQLite en tus aplicaciones #Xojo: bit.ly/3VKkjVi
In his #P99Conf presentation, @glcst, CEO, @tursodatabase, establishes some features and #performance issues in in the much-loved (by many) #SQLite that could be remedied by their rewrite in #rustlang. #database #ScyllaDB
[Blog] Descubre en este estupendo artículo toda la potencia de las Transacciones #SQLite en tus aplicaciones #Xojo: bit.ly/3VKkjVi
I'm starting a new open source #rails engine called sqlite_dashboard. If you go with #SQLite in production, using kamal, what's missing is a way to quickly have a glance to the database. How do you like the idea?
This was an excellent blog post by Andreas Kellas (@trailofbits) on exploiting SQLite implementations of the printf functions (CVE-2022-35737) blog.trailofbits.com/2022/10/25/sql… #sqlite #infosec #cybersecurity
I Wish I Knew How To… Program #SQLite with #Xojo API2 Version 2.4 book has been released. It is a free update for Version 2.x purchasers. More book information can be viewed at scispec.ca/index.php/books and can be purchased at xdevlibrary.com
Releasing my new SaaS: the SQLite Compatibility Index! Check NOW how close you are to contributing to #SQLite... ...and how far you’ve strayed from Divine Grace. #buildinpublic #saas sqlite-compatibility-index.lovable.app
How to exploit SQLite implementations of the printf functions (CVE-2022-35737) Excellent blog post (2022) by Andreas Kellas (@trailofbits) blog.trailofbits.com/2022/10/25/sql… #sqlite #cybersecurity
LibSQL Studio now has reached 1,000 visitors (I just switch to Vercel Analytic so it is not 30 days yet). Thanks everyone for supporting. @libsqlhq @tursodatabase @rqlite #sqlite
Tutorial: #SQLite + #Rust ~ Building a CLI Password Vault 🦀 @hashnode eleftheriabatsou.hashnode.dev/sqlite-rust-bu…
Great blog post by @trailofbits on CVE-2022-35737 (array-bounds overflow when large string inputs are passed to the SQLite implementations of the printf functions) blog.trailofbits.com/2022/10/25/sql… #sqlite #exploit #cve #infosec #cybersecurity
SQLite Internal Viewer update: Each page now shows its table name—so you can finally see how every table is represented in the file format. #sqlite Give it a try sqlite-internal.pages.dev
The Future of Databases is Local-First marcobambini.substack.com/p/the-future-o… #sqlite #PostgreSQL #AI #EdgeAI #localfirst
Em minha defesa, o @frantz_willian tá viajando aí nesse rolê de ORM no Phoenix. 😂 Isso é ele torcendo o nariz com a SwissSchema pq ela lembra um pouco a DX do ActiveRecord (Ruby on Rails). Agr qt ao #SQLite… Eu vou apresentar uma talk sobre isso na #ElixirFortaleza 2023 ✌️😎
Lors de la prochaine édition de @DevoxxFR, j'aurai le plaisir de vous faire (re)découvrir #SQLite. Encore merci pour la confiance renouvelée. #DevoxxFR
It's demo time again, today how to monetize your DB with #L402, The server: * exposes a #SQLite DB as a @GraphQL endpoint * 402-protected using Flask & l402-python package * insta deployed w/ @Replit The @GraphiQL-based website: * allows users to add credentials *…
The Rails 8 feature set perfectly complements SQLite's power in creating resilient, high-performance production apps, but still the question lingers: Can I really go all-in on #SQLite? Join @fractaledmind at #RailsWorld as he illustrates how to leverage Rails and SQLite's full…
SaaS novo no ar! Este é o MVP da calculadora do seu índice de compatibilidade com o código de conduta do #SQLite. Você pode saber quão longe de contribuir com o SQLite vc está. E também quão longe do reino dos céus. #buildinpublic sqlite-compatibility-index.lovable.app
Something went wrong.
Something went wrong.
United States Trends
- 1. #HardRockBet 3,474 posts
- 2. #AskFFT N/A
- 3. Scott 105K posts
- 4. Haaland 34.2K posts
- 5. Cherki 17.7K posts
- 6. StandX 1,690 posts
- 7. Go Bills 7,228 posts
- 8. #2YearsWithGolden 30K posts
- 9. #sundayvibes 7,022 posts
- 10. Tyler Adams N/A
- 11. JUNGKOOK IS GOLDEN 31.2K posts
- 12. Full PPR 1,715 posts
- 13. #NicxStrava 4,659 posts
- 14. Nigeria 957K posts
- 15. Texans ML N/A
- 16. Donnarumma 3,840 posts
- 17. Bob Trumpy N/A
- 18. Bam Knight N/A
- 19. Bournemouth 23.5K posts
- 20. Good Sunday 75.2K posts