Qdrantex (Qdrantex v1.8.0)
Use this module to build your own Repo module.
Example:
defmodule MyApp.Repo do
use Qdrantex, otp_app: :my_app
end
Check Qdrantex.Repo
for the default implementation and docs on how your Repo would be generated.
Use this module to build your own Repo module.
Example:
defmodule MyApp.Repo do
use Qdrantex, otp_app: :my_app
end
Check Qdrantex.Repo
for the default implementation and docs on how your Repo would be generated.