in reply to search data structures using SQL
Well how basic is basic ?
Showing some of the features you expect might help.
I think it shouldn't be too difficult to use functional programming to define and combine map like functions like
select {} from {} where {}
Not exactly SQL, but I'm not sure which complexity and performance you exactly expect without installing complicated CPAN-modules.
But I would be surprised if nobody did this already before...
Cheers Rolf
( addicted to the Perl Programming Language)
this older discussion about LINQ may be of interest: LINQ/Ambition for Perl?
IMHO you should at least clarify how you want the "basic SQL" DSL to be realized: internally or externally?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: search data structures using SQL (upd: FP, LINQ, int vs ext DSL)
by jdporter (Paladin) on Nov 16, 2013 at 15:36 UTC | |
by LanX (Saint) on Nov 16, 2013 at 15:50 UTC |