ash_sqlite/lib/ash_sqlite.ex

8 lines
250 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.
2024-05-04 14:03:59 +12:00
For more, check out the [getting started guide](/documentation/tutorials/getting-started-with-ash-sqlite.md)
2023-09-23 14:52:22 +12:00
"""
end