ash_sqlite/lib/ash_sqlite.ex
2024-05-03 22:04:32 -04:00

7 lines
250 B
Elixir

defmodule AshSqlite do
@moduledoc """
The AshSqlite extension gives you tools to map a resource to a sqlite database table.
For more, check out the [getting started guide](/documentation/tutorials/getting-started-with-ash-sqlite.md)
"""
end