Hello,
Quote:
Originally Posted by Adminer
Thank you for your code. Did you think to do that on flat file database? I'm thinking to do the same in PHP - but on my windows localhost.
|
Sure, flat files are cool. And no, I definitely won't do any work on elibsrv to make it use flat files as a db backend - I've done this kind of things back in 1995, but not anymore

I actually don't see any possible benefit of running on text files.
Quote:
Originally Posted by Adminer
but my phpadmin when I import sql file into elibsrvdb databese, said an error:
|
This is because you are trying to run elibsrv on a MySQL db, while elibsrv requires a Postgresql database. In my opinion Postgresql is far superior to MySQL, so I use it in pretty much anything I do. However, I am aware that many people use MySQL, because it sadly became a defacto 'standard' (hence the whole LAMP/WAMP concept..). I already though about making elibsrv compatible with MySQL, but it's not as easy as it might look like. I will see if I can come up with something modular that could use any possible backend plugin (so maybe one day someone crazy enough would even create a flat-txt backend for elibsrv, who knows). Anyway, I will see what I can do.