IMPORTANT. Do not merge yet. I'll be testing this in the real world today
Now the database connection is handled with the db property directly and using URL database connections. If no db prop is defined, the value sqlite:///diffengine.db is used in order to maintain compatibility.
With this method, you can use MySQL, PostgreSQL or any other engine supported by peewee.
More info about database url connections here
Non related
I've create a suite for the feed tests and I've independizate them as well for easier testing
IMPORTANT. Do not merge yet. I'll be testing this in the real world today
Now the database connection is handled with the
db
property directly and using URL database connections. If nodb
prop is defined, the valuesqlite:///diffengine.db
is used in order to maintain compatibility.With this method, you can use MySQL, PostgreSQL or any other engine supported by peewee. More info about database url connections here
Non related
I've create a suite for the feed tests and I've independizate them as well for easier testing