An open API service indexing awesome lists of open source software.

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

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
```