https://github.com/domnikl/ecto-without-schemas
using Ecto without schemas and running plain old SQL queries against MySQL
https://github.com/domnikl/ecto-without-schemas
ecto elixir example mysql
Last synced: 10 months ago
JSON representation
using Ecto without schemas and running plain old SQL queries against MySQL
- Host: GitHub
- URL: https://github.com/domnikl/ecto-without-schemas
- Owner: domnikl
- Created: 2018-04-03T19:03:03.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T19:47:57.000Z (about 3 years ago)
- Last Synced: 2025-03-27T05:06:59.515Z (10 months ago)
- Topics: ecto, elixir, example, mysql
- Language: Elixir
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dbsample
This is an example of how to run queries against MySQL/MariaDB without using Ecto Schemas.
## Installation
```
mix do deps.get, compile, ecto.create, ecto.migrate, run priv/repo/seeds.exs
```