SQL Powered Awk (SPAWK)


 
Thread Tools Search this Thread
Top Forums Programming SQL Powered Awk (SPAWK)
# 1  
Old 05-02-2009
Error SQL Powered Awk (SPAWK)

If anyone is interesting in using awk with MySQL databases, then I have some good news:

I've developed a (shared) library, namely libspawk.so, using MySQL C API and GNU awk's extension feature. If you are using MySQL and you like awk, then you'll find very useful to use SPAWK module.

Please visit my web site http://sites.google.com/site/spawkinfo to download the library and a test awk script to start with. You'll also find a complete reference manual, a tutorial and various examples in this URL. I'll apreciate your help in trying to run the test script in your environment.

I've tested the SPAWK library with GNU awk 3.1.6 and MySQL 5.0.45. I want to know if other versions of MySQL can work ok with the SPAWK module. Don't afraid of testing, the test (test00.awk) only prints all the columns of all the tables of all databases.

I've tested yesterday (May 9, 2009) the SPAWK module for MySQL 6.0 and passed! The test was unsuccesfull for the downloaded libspawk.so, so I downloaded the object spawk.o and makelib.sh shell script and run
Code:
    sh makelib.sh

I forgot to tell, that the library and spawk.o object are for x86 machines runing under Linux platform.

Last edited by Panos1962; 05-30-2009 at 08:21 AM.. Reason: Update
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

Do You Sleep With Battery Powered Devices?

Be Truthful :D Do you sleep with any battery powered devices? Select multiple choices if you do !! Suggest new devices to add to the poll !! (13 Replies)
Discussion started by: Neo
13 Replies

2. SCO

COuld not telnet but server powered

Hi We are running SCO unixware 7.1.1. I am new to unix so hope someone can help. This morning no one could log into the unix server by ssh. Server could not be pinged but the server was powered. We could not also view the screen. We have to manually power it down and it came back up. I... (0 Replies)
Discussion started by: tjsingh
0 Replies
Login or Register to Ask a Question