[SR-Users] Writing a module

Alex Balashov abalashov at evaristesys.com
Tue Aug 20 13:53:03 CEST 2013


On 08/20/2013 07:51 AM, Carlos Ruiz Díaz wrote:
> There's also a Perl module that can be used to execute a Perl script
> containing your business logic.
>
> Sounds like you are doing lots of database queries and doing that from a
> C module will always be more difficult than using a DB abstraction layer
> that the one Perl provides.

... or just good old 'sqlops'.

The appearance of 'sqlops'[1] effectively obviated the need for writing 
most modules of this type.

The case for modules remains only in cases where you need novel 
capabilities in script.  Novel database interactions can be had via 
'sqlops' because it is generic and flexible.

-- Alex

[1] And really, avp_db_query() before it, but sqlops is just more flexible.

-- 
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
United States
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/, http://www.alexbalashov.com/



More information about the sr-users mailing list