sodapopcan
Hey @zachdaniel!
I was going to bring Ash into a current project of mine to play around with it but was immediately blocked by lack of Sqlite support. I imagine this question has been asked before but I just can’t find any discussion about it on here or github and I don’t use Discord or Xwitter. So apologies for asking you to rehash here: are there immediate plans to support it or is it more of a “as soon as someone takes the wheel” type deal?
Thanks!
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
Latest Phoenix Threads
Latest Ash Threads
Chat & Discussions>Discussions
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #ai
- #graphql
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










Showing Posts 1 to 8- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
fceruti
I asked about this on discord about a week ago, and the project was started as a clone of
ash_postgres. Can’t say much more than thathttps://github.com/ash-project/ash_sqlite
sodapopcan
Ohhhhh thank you! Ya, I’m a dummy and only searched through the issues of pinned repositories.
zachdaniel
It’s not ready yet! It is broken for even very basic things. It is on my list this week to get it working to a basic degree
zachdaniel
Just want to make sure you don’t waste your time
sodapopcan
Ha, ya, I saw the commit log
Maybe try it out anyway and see the chaos! My attention is split between three different projects right now so I don’t have the appetite to make a throwaway app for learning as I will just forget everything I learned!
zachdaniel
You will probably have a tough time doing…anything, but feel free to try.
zachdaniel
I wouldn’t necessarily want you to bank on me getting it ready in the short term, but you could model much of your app using the ETS data layer and then switch to sqlite afterwards.
sodapopcan
Oh that’s an interesting idea. I do have a postgres project but that one I’m a bit more hesitant to bring it in on as it’s much further along and larger. I’ll figure it out, lol. I’m getting more excited about the prospect of Ash. There are a couple of things I’m iffy about but I think I’m probably overthinking them. It was definitely a good move to bring the community over here as it’s been nice having it more in my face this past week. I’ve been reading all the posts and looking at all the code and I almost feel like I already know how to use it without having used it yet
I already have a lot of experience with DDD, though, so that helps.