On Fri, Mar 10, 2017 at 4:39 PM, Joao Pedro De Almeida Pereira
wrote:
> Hi Hackers,
> We were looking at the migration pattern created for the SQLite database and
> tried to look into the possibility of using a library that could handle them
> for us.
>
> - Migrations allow us to have a single pat
Hi Hackers,
We were looking at the migration pattern created for the SQLite database
and tried to look into the possibility of using a library that could handle
them for us.
- Migrations allow us to have a single path of creating the table instead
of creating tables using SQLAlchemy or hand rolled