Re: [pgadmin-hackers] Introduce Migration system for SQLite database

2017-03-13 Thread Dave Page
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

[pgadmin-hackers] Introduce Migration system for SQLite database

2017-03-10 Thread Joao Pedro De Almeida Pereira
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