So, it seems like python, ruby, php, etc. have all exposed the ability to create user defined functions for SQLite. This makes it possible to define functions in the implementing program language and then call those functions in your SQL statements. A typical use case is in defining a REGEXP function but you could really define anything you want in order to simplify your transactions. I don't have the technical skills to modify the node-sqlite3 module myself or I'd just do it. The SQLite documentation makes it sound easy but, I don't know C so I'm wondering if there's anyone out there who would like to show off their coding skills and do something awesome that other people would actually pay attention to. :D
See the issue at: https://github.com/developmentseed/node-sqlite3/issues/140 for links to the SQLite documentation and the request to implement this feature. Thanks! -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
