Re: EDS Toolbox v1.0

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

> By SQL support, do you mean being able to use SQL with an EDS database,
> or hooking into other RDBMSs like MySQL and PostgreSQL?  I'm willing
> to play around with writing an SQL engine, but I honestly don't think
> I'd get very far. It wouldn't really be worth writing one until Rob
> solidifies EDS a bit more anyway.

What I meant was writing a library that would accept SQL style statments
and apply them to the euphoria database. Example:

SELECT    Table1.[2..5] as yourNameHere,
                Table2.[3..6] as myNameHere
FROM       Table1, Table2
WHERE      Table1.[3] = Table2[5]
ORDER BY Table2.[7];

Nick

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

Search



Quick Links

User menu

Not signed in.

Misc Menu