vapor-community / sqlite-provider

SQLite3 provider for Vapor
MIT License
10 stars 8 forks source link

Update to new version of Vapor #3

Closed kafejo closed 8 years ago

tanner0101 commented 8 years ago

Looks like the sqlite-driver package needs to be updated first.

adriencanterot commented 8 years ago

Yes I'm almost done with that ! Will submit a PR soon to sqlite-driver

smumriak commented 8 years ago

Hey, is this PR still relevant? cc @adriencanterot

adriencanterot commented 8 years ago

Yes it is ! I submitted a PR for the sqlite-driver package that is not complete however, you can take a look there It is not ready to merge yet as there is a little more work to do regarding joined queries. Plus the sqlite package needs an update as well. As I understood, for now, it is mostly the mysql package that is given the most attention in order to have Vapor working with at least 1 DB engine. However, it'd be nice to have sqlite working for when Vapor 1.0 comes out !

tanner0101 commented 8 years ago

We'll definitely have SQLite support for the 1.0 release.

adriencanterot commented 8 years ago

Hi @kafejo, just making a reference to #4 since there has been a little work done with the provider.