home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Product / Product.zip / viper092.zip / README.TXT < prev    next >
Text File  |  1995-09-30  |  3KB  |  77 lines

  1. VIPER Database Engine (TM) (PREVIEW RELEASE 0.9.2) for OS/2
  2.  
  3. Copyright (c) - 1995 by Douglas A. Bebber.
  4.  
  5.  
  6. VERSION SPECIFIC INFORMATION
  7.  
  8. This version of the VIPER Database Engine is primarily for evaluation and testing.  It is the
  9. first OS/2 port and as such may have some bugs.  The purpose of circulating this PREVIEW
  10. RELEASE is to detect and eliminate any bugs or software defects through user feedback.
  11.  
  12. Please report any bugs or suggestions to:
  13.  
  14. Douglas A. Bebber
  15. CompuServe: 72123,3661
  16. Internet: 72123.3661@compuserve.com
  17.  
  18. DISTRIBUTION TERMS
  19.  
  20. The VIPER Database Engine package may be freely distributed by anyone. The VIPER
  21. Database Engine may be distributed by software developers (for any reason) on a non-exclusive,
  22. royalty-free basis.
  23.  
  24.  
  25. WARANTY
  26.  
  27. There is no implied warranty with this package. The author assumes no responsibility
  28. for any intended use of this software. Use at your own risk!
  29.  
  30.  
  31. DESCRIPTION, PURPOSE, AND FUTURE PLANS
  32.  
  33. The VIPER Database Engine(TM) is a portable, scaleable database engine written entirely in
  34. the C-Language. Its modular structure makes it easily portable to other operating systems
  35. (next OS is Linux!). An MS/PCDOS version currently exists. It uses an ISAM/B+tree
  36. implementation for databased services.
  37.  
  38. The VIPER Database Engine(TM) for OS/2 is a 32-bit native code database engine for the
  39. IBM OS/2 operating system (OS/2 version 2.0 and above). It contains C-Language and
  40. REXX APIs. This preview release is in preparation for the VIPER Database Engine
  41. (version 1.0.0) general release. API documentation for the PREVIEW RELEASE 0.9.X is
  42. available for the REXX API only! (sorry, C-Language API will be available soon).
  43.  
  44. The projected features sets for the VIPER Database Engine are as follows:
  45.  
  46. Version 1.0.0
  47.  
  48. + Database Engine using Indexed Sequential Access Method (ISAM) / B+tree algorithms.
  49. + C-Language and REXX language APIs.
  50. + Single threaded core database engine.
  51. + Single-user capability.
  52. + Single file format for database and index files.
  53.  
  54.  
  55. Version 1.5.0
  56.  
  57. + All of the features of version 1.0.0.
  58. + Full multi-user Lock Manager Module supporting locks to record level. The Lock Manager
  59.   Module will come in two forms (single and multitasking).
  60. + Free VIPER Database Engine C-Language source code distribution.
  61.  
  62.  
  63. Version 2.0.0
  64. + All of the features of version 1.5.0.
  65. + Multimedia data type facilities (BLOB support).
  66. + Installable Security Manager Module for access and encryption facilities.
  67. + Free VIPER Database Engine C-Language source code distribution.
  68.  
  69. Version 2.5.0
  70. + All of the features of version 2.0.0.
  71. + SQL Interface Module.
  72. + Distributable SQL Server architecture implemented using named pipes and other IPC mechanisms.
  73. + Free VIPER Database Engine C-Language source code distribution.
  74.  
  75. Versions > 2.5.0 To be announced at a later date.
  76.  
  77.