Skip to content

Allow other database drivers#120

Open
barryvdh wants to merge 2 commits intoErugoOSS:mainfrom
barryvdh:feat-mysql
Open

Allow other database drivers#120
barryvdh wants to merge 2 commits intoErugoOSS:mainfrom
barryvdh:feat-mysql

Conversation

@barryvdh
Copy link
Copy Markdown

I can understand the preference for sqlite, but if you want to allow other database, this should be relatively easy

  • the foreign key is created before the database. Not sure why it works in sqlite, but mysql fails
  • The themes.sql is only for sqlite. I changed it to a command to export to a php array, and used the regular import. Should give the same effect and maybe just as easy to export/edit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant