home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / 7832 < prev    next >
Encoding:
Internet Message Format  |  1992-11-14  |  2.2 KB

  1. Xref: sparky comp.databases:7832 comp.databases.sybase:308 comp.databases.informix:2427 comp.databases.ingres:1885 comp.databases.oracle:2197 comp.lang.perl:6980
  2. Path: sparky!uunet!caen!sol.ctr.columbia.edu!ursa!buzz
  3. From: buzz@bear.com (Buzz Moschetti)
  4. Newsgroups: comp.databases,comp.databases.sybase,comp.databases.informix,comp.databases.ingres,comp.databases.oracle,comp.lang.perl
  5. Subject: A DBperl Questionnaire
  6. Message-ID: <BUZZ.92Nov13094055@lion.bear.com>
  7. Date: 13 Nov 92 14:40:55 GMT
  8. Sender: news@bear.com
  9. Reply-To: buzz@bear.com (Buzz Moschetti)
  10. Organization: Bear, Stearns & Co. - FAST
  11. Lines: 33
  12.  
  13. The DBperl Group wants to know what the perl community desires in a DB
  14. interface.  Below is a simple questionnaire that will help us get a feel
  15. for what issues/designs the community deems important.
  16.  
  17. For those not in the know:
  18. Perl is an interpreted language with powerful string and list processing
  19. features developed by Larry Wall that "nicely bridges the functionality
  20. gap between sh(1) and C."  Since relational DB operations are typically
  21. textually oriented, perl is particularly well-suited to manage the data
  22. flows.  The C source code, which is available free of charge and runs on
  23. many platforms, contains a user-defined function entry point that permits
  24. a developer to extend the basic function set of the language.  The DBperl
  25. Group seeks to exploit this capability to provide a portable perl
  26. interface to a variety of popular RDMS engines by creating a standardized
  27. set of functions based on the SQL model.  Although no commercial vendors
  28. provide support for perl at this time, the combination of the
  29. comp.lang.perl newsgroup and an O'Reilly text describing the language has
  30. historically proved to be more than adequate in this area.
  31.  
  32. Please send your replies to perldb-interest@vix.com.
  33.  
  34. 1.  Which database version of Perl do you currently use?
  35.  
  36. 2.  Are you happy with the Perl interface to that database?
  37.  
  38. 3.  Which parts of the interface do you particularly like?
  39.  
  40. 4.  Which parts of the interface do you particularly dislike?
  41.  
  42. 5.  Is there anything in one of the other database interfaces that you
  43.     would like to have in yours?
  44.  
  45. 6.  Is there any additional functionality that you would like to have?
  46.