panique / huge

Simple user-authentication solution, embedded into a small framework.
2.14k stars 789 forks source link

[ENHANCEMENT] Support for SQLite #51

Closed Zyles closed 11 years ago

Zyles commented 11 years ago

Please add support för SQLite to keep it superduper easy to install, maintain and move from on server to another. Not having to rely on mySQL for really small projects that just require login is wonderful.

panique commented 11 years ago

Everybody who also needs this feature: hands up!

GrahamCampbell commented 11 years ago

I don't need it now, but I may do in the future.

jeykon commented 11 years ago

Will be possible in the 3rd Version with PDO

GrahamCampbell commented 11 years ago

I think it would be a better idea to just use dpo entirely across all versions.

jeykon commented 11 years ago

I guess panique tries to keep the minimal Version as slim as possible. So a PDO database class,eventually with prepared statements will blow this strategy up.

panique commented 11 years ago

Hmm, i'm unsure about this, what do you think ? In my opinion, PDO is a "professional" thing and most people (including me) usually don't use it in their projects, so this should only go into the "4-professional" version of the project (version 3 will be 3-styled with css/js), which also has a totally new structure.

panique commented 11 years ago

PDO (with SQlite support) is integrated into verson 4-full-mvc-framework.