ash_sqlite/lib/ash_sqlite.ex

8 lines
242 B
Elixir
Raw Normal View History

2023-09-23 14:52:22 +12:00
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