Matthew Johnston
Matthew Johnston
This was just a spike by me. This struct is so simple that I didn't know if this was worth defining or not. This is from a larger spike in...
This is so I can use arch while using arch.
I've been playing with adding `utf8tok` but the problem with the original implementation is that it is not re-entrant. I've been looking at musl at how they implemented `utf8tok_r` and...
This is an interesting page I ran across today and may be beneficial if we can figure out how best to expose the backup api https://www.sqlite.org/backup.html
The dirtynif execution model is okay for most cases, but we have an issue where long running writes need to timeout / be interrupted mid execution and aborted. The only...
Would be nice to see this compiled for ARM at minimum and then have an Android compilation
I'd like to explore extracting this section of code into its own module. This connection module is just large and unwieldy personally. https://github.com/warmwaffles/exqlite/blob/main/lib/ecto/adapters/exqlite/connection.ex#L1038-L1251
@kevinlang I saw that you had a logo made. Let's add it to repos as the logo. Unless you want to explore other potential logos.
I think in the docs in the [Limitation][1] we should add a simple example of how a schemaless query would work for sqlite3. [1]: https://hexdocs.pm/ecto_sqlite3/Ecto.Adapters.SQLite3.html#module-schemaless-queries