ash_sqlite/lib/ash_sqlite.ex
2023-09-22 22:52:22 -04:00

7 lines
242 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/get-started-with-sqlite.md)
"""
end