#sqlite resultados da pesquisa

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?

Giovapanasiti's tweet image. 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


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,…

rails's tweet image. 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,…

📝"Building a Durable Execution Engine With SQLite" Durable Execution is all the rage these days. In this post I'm exploring the fundamentals of DE, based on a minimal engine built from scratch, using #SQLite as an execution log. 👉morling.dev/blog/building-…

gunnarmorling's tweet image. 📝"Building a Durable Execution Engine With SQLite"

Durable Execution is all the rage these days. In this post I'm exploring the fundamentals of DE, based on a minimal engine built from scratch, using #SQLite as an execution log.

👉morling.dev/blog/building-…

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

philpauleo's tweet image. 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
philpauleo's tweet image. 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って“サーバー不要のデータベース”だと知ってた? 超強力なスプレッドシートみたいに使えて、Webアプリに発展させたい時はPythonとも相性抜群。 大量データが必要になっても移行できるのが安心ポイント。 #SUNABACO #すなばこ2025冬 #SQLite

nishikohh's tweet image. SQLiteって“サーバー不要のデータベース”だと知ってた?

超強力なスプレッドシートみたいに使えて、Webアプリに発展させたい時はPythonとも相性抜群。
大量データが必要になっても移行できるのが安心ポイント。
#SUNABACO #すなばこ2025冬 #SQLite

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.

powersync_'s tweet image. 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.

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…

rails's tweet image. 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…

A reports server for #SQLite ? Yes, SQLite Reports Server. Free evaluation version available. bit.ly/4pPbFSx

paradigmasoft's tweet image. A reports server for #SQLite ? Yes, SQLite Reports Server. Free evaluation version available. bit.ly/4pPbFSx

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?

powersync_'s tweet image. 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?

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

enrichthesoil's tweet image. 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

SQLite in a database server? Another look at #SQLite for client-server or server-only deployment bit.ly/3KsfJHX

paradigmasoft's tweet image. SQLite in a database server? Another look at #SQLite for client-server or server-only deployment  bit.ly/3KsfJHX

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

enrichthesoil's tweet image. 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

Simple GUI CRUD app that uses #SQLite with #Ryelang + @Fyne_io. Python 3 + Tkinter for comparisson. More about it on the reddit post: reddit.com/r/ryelang/comm…

refaktor's tweet image. Simple GUI CRUD app that uses #SQLite with #Ryelang + @Fyne_io. Python 3 + Tkinter for comparisson. More about it on the reddit post: reddit.com/r/ryelang/comm…

10000 check request per second (in production). Rendering 10/s. Each check is 2 reads and 1 a write. #SQLite + #Datastar =🐐


This one was tricky, but I was able to get a working file system backed by a SQLite database! Even supports symlinks and any type of blob data with file watchers 🎉 @FlutterDev @dart_lang #sqlite #filesystem #dev #coding


New release of SQLite Toolbox for Visual Studio with support for Visual Studio 2026 Insiders - if you use SQLite in Visual Studio you need this (like 1.5 million current users!!) #dotnet #sqlite #visualstudio marketplace.visualstudio.com/items?itemName…


“Python - SQLite - List Comprehensions: Database Integrations - list comprehensions - 計算機科学のブログ” htn.to/fGN5Zr3H7z #プログラミング #Python #SQLite


ある疑問があり、特定条件下で100行から50000000行のデータで #Pandas #DuckDB #SQLite #PostgreSQL をまず軽く比較してみた。 note.com/honest_kudu581…


Just started a new project to learn #SQLite properly. Building a Todo CLI from scratch: schema design, CRUD, backups, logging, everything. Early progress is up on GitHub 👇🏽 github.com/Sherouz/todo-c…


I am super excited to announce the immediate release of Loupe 0.13 which I have worked on in the past weeks. Go checkout the improvements, they are massive! :) github.com/loupe-php/loup… #loupe #php #sqlite #search


SQLiteって“サーバー不要のデータベース”だと知ってた? 超強力なスプレッドシートみたいに使えて、Webアプリに発展させたい時はPythonとも相性抜群。 大量データが必要になっても移行できるのが安心ポイント。 #SUNABACO #すなばこ2025冬 #SQLite

nishikohh's tweet image. SQLiteって“サーバー不要のデータベース”だと知ってた?

超強力なスプレッドシートみたいに使えて、Webアプリに発展させたい時はPythonとも相性抜群。
大量データが必要になっても移行できるのが安心ポイント。
#SUNABACO #すなばこ2025冬 #SQLite

I'm preparing to use it in a new project - #PostgreSQL; I have used #MongoDB and #SQLite before, and the entire experience was great. Looking forward to having a pleasant cooperation with PostgreSQL in the future.


[Blog] Descubre en este estupendo artículo toda la potencia de las Transacciones #SQLite en tus aplicaciones #Xojo: bit.ly/3VKkjVi


#Python handles the conversation history + #SQLite storage. #JavaScript handles inference through Elide’s built-in elide:llm module. Both languages share memory. No #JSON ping-pong, no #IPC hacks.


“Python - SQLite - List Comprehensions: Database Integrations - function - 計算機科学のブログ” htn.to/xDNyTQZCbD #プログラミング #Python #SQLite


Turn SQLite Into Your Cache Engine (No extra binaries, no network hops, no kidding.) #Nodejs #Javascript #SQLite


Nodejs 22.5.0+ now includes native SQLite support that can provide robust, persistent caching without any external dependencies. #Nodejs #Javascript #SQLite

lifeClicks25's tweet image. Nodejs 22.5.0+ now includes native SQLite support that can provide robust, persistent caching without any external dependencies.

#Nodejs #Javascript #SQLite

External caching solutions like Redis are popular but they introduce additional complexity and infrastructure requirements. Read my blog 👇🏻 medium.com/javascript-in-… #Nodejs #Javascript #SQLite


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?

Giovapanasiti's tweet image. 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?

Sqlite ~185K/s reads on Hetzner's 5$ ARM server, using bun:sqlite @bunjavascript #Sqlite

ymertzanis's tweet image. Sqlite ~185K/s reads on Hetzner's 5$ ARM server, using bun:sqlite @bunjavascript #Sqlite

Dapper/SQLite get new primary after inserting a new record. #sqlite #dapper #csharp

KarenPayneMVP's tweet image. Dapper/SQLite get new primary after inserting a new record.

#sqlite #dapper #csharp

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

0xor0ne's tweet image. 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
0xor0ne's tweet image. 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

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

0xor0ne's tweet image. 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
0xor0ne's tweet image. 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
0xor0ne's tweet image. 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
0xor0ne's tweet image. 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

Thanks to @Belkasoft for offering this SQLite Forensics course. #alwayslearning #dfir #sqlite #DFIR

orrifr's tweet image. Thanks to @Belkasoft  for offering this SQLite Forensics course.  
#alwayslearning #dfir #sqlite #DFIR

I Wish I Knew How To… Program #SQLite with #Xojo API2 Version 2.6 book has been released. It is a free update for Version 2.x purchasers. More information can be viewed at scispec.ca/index.php/books and can be purchased at http://xdevlibrary.comMore updates in the near future.

EugeneDakin's tweet image. I Wish I Knew How To… Program #SQLite with #Xojo API2 Version 2.6 book has been released. It is a free update for Version 2.x purchasers. More information can be viewed at scispec.ca/index.php/books and can be purchased at http://xdevlibrary.comMore updates in the near future.

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

0xor0ne's tweet image. 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
0xor0ne's tweet image. 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
0xor0ne's tweet image. 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
0xor0ne's tweet image. 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

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

invisal89's tweet image. 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

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

philpauleo's tweet image. 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
philpauleo's tweet image. 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

📝"Building a Durable Execution Engine With SQLite" Durable Execution is all the rage these days. In this post I'm exploring the fundamentals of DE, based on a minimal engine built from scratch, using #SQLite as an execution log. 👉morling.dev/blog/building-…

gunnarmorling's tweet image. 📝"Building a Durable Execution Engine With SQLite"

Durable Execution is all the rage these days. In this post I'm exploring the fundamentals of DE, based on a minimal engine built from scratch, using #SQLite as an execution log.

👉morling.dev/blog/building-…

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 *…

pol_avec's tweet image. 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 
  *…

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 ✌️😎

holyshtjoe's tweet image. 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 ✌️😎

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

enrichthesoil's tweet image. 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

Wish you could use forms with #SQLite and without relying on ODBC or JDBC ? Wish granted. bit.ly/49Etc6J

lynnfredricks's tweet image. Wish you could use forms with #SQLite and without relying on ODBC or JDBC ? Wish granted.  bit.ly/49Etc6J

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

enrichthesoil's tweet image. 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

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…

rails's tweet image. 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…

Loading...

Something went wrong.


Something went wrong.


United States Trends