lib/ash_sqlite.ex

# SPDX-FileCopyrightText: 2023 ash_sqlite contributors <https://github.com/ash-project/ash_sqlite/graphs.contributors>
#
# SPDX-License-Identifier: MIT

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