Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tables for either MySQL OR SQLite #15

Open
moonfloof opened this issue Feb 17, 2019 · 3 comments
Open

Create tables for either MySQL OR SQLite #15

moonfloof opened this issue Feb 17, 2019 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@moonfloof
Copy link
Owner

Currently, table creation SQL syntax is only specified for SQLite, however if Microlight is to support MySQL as well (and even PostgreSQL?), the syntax needs to support both formats.

@moonfloof moonfloof self-assigned this Feb 17, 2019
@moonfloof moonfloof added the bug Something isn't working label Feb 17, 2019
@pwFoo
Copy link

pwFoo commented Jun 8, 2019

Would be nice to have backend plugins to switch between mysql, sqlite or write custom functions to load / save / update data? For example to call a framework function to do the job instead of just talk to a database backend directly?

@moonfloof
Copy link
Owner Author

Ooh, that is something I hadn't considered. There is a lot of code I want to change that I wrote last year, and that could possibly be part of it!

@pwFoo
Copy link

pwFoo commented Jun 8, 2019

Could be a way to use your project to include to a framework / cms / website... Don't know how good / easy that would work. But should be good to consider...

@moonfloof moonfloof added this to the Version 1.1 milestone Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants