Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37374916
en ru br
Репозитории ALT

Группа :: Система/Библиотеки
Пакет: libstldb4

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.4.96-alt1
Время сборки: 7 января 2008, 20:04 ( 849.3 недели назад )
Размер архива: 5.11 Mb

Домашняя страница:   http://sourceforge.net/project/showfiles.php?gr…

Лицензия: GPL
О пакете: C++ Wrapper for the sleepycat db4 library
Описание:

C++ Wrapper for the sleepycat db4 library
These are the main design points:

1) Using STL in the API where sensible. For example, to
  read a range of keys an STL like iterator object should
  be used.
2) Allowing Standard IOStreams for data access where sensible,
  for example getting the value of a key should be able to use
  an istream interface to allow simple partial value retreival.
3) move transaction parameter to be last optional param
  or provde two versions of the same method for trans/nontrans
4) Modification of API to use more standard types.
5) Use of operator overloading to allow quick and dirty coding
  mydb[ "key" ] = "value"; to set and
  cerr << mydb["key"] << endl; to read values

Текущий майнтейнер: Vitaly Lipatov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • libstldb4
  • libstldb4-devel
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin