Re: Finding data in Euphoria databases

new topic     » goto parent     » topic index » view thread      » older message » newer message

ChrisBurch2 wrote:
> 
> Hi
> 
> This also replies to the large app question.
> 
> Yes eu is eminently suitable for large apps - but choose your app - its less
> suitable for action based fast response type apps (eg fp shooters), but very
> suitable for database type projects / web apps (this is not a exhaustive list)
> 
> Look at JetVetSQL - lots and lots of lines. It is very easily maintained by
> one person (me), because I've set my own set of organisational / coding rules,
> and everythings as compartmentalised / sub filed as much as possible.
> 
> To Kenneth ZNorq - if you want a _really_ easy database system, for lite apps,
> (usable in CGI apps, although I haven't tried this myself, then use eusqlite.
> One function does EVERYTHING - you do need to know some sql though
> 
> data = sqlite_query_database("Database", "sql_commands")
> 
> Thats it!
> 
> Its fast, working on 40MB + databases, safe - I like it any way.
> 
> Chris

Hey Chris,

This sounds very interesting! I'll sure give it a try! Thanks.

Kenneth

Oh, btw, 'ZNorQ' is not my surname, just a nick... :)

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu