Meta Configuration of server:database:cego
x
1
<project name="server:database:cego">
2
<title>cego database</title>
3
<description>Cego is the open source implementation of a relational database using a modern state of the art software design ( object oriented ) Basically, Cego supports transactional SQL query requests using all common programming interfaces ( C, C++, DBD, Java ) in a multithreaded architecture.
4
For high availablility requirements, Cego supports a distributed database shadowing feature as known from some commercial products.
5
In general, cego provides high end database features as just known from some high end database products.
6
</description>
7
<person userid="hostmaster" role="bugowner"/>
8
<person userid="hostmaster" role="maintainer"/>
9
<repository name="SLE_11_SP2">
10
<path project="SLE_11_SP2" repository="oss"/>
11
<arch>x86_64</arch>
12
<arch>i586</arch>
13
</repository>
14
<repository name="SLE_11_SP1">
15
<path project="SLE_11_SP1" repository="oss"/>
16
<arch>i586</arch>
17
<arch>x86_64</arch>
18
</repository>
19
<repository name="SLE_10">
20
<path project="SLE_10" repository="oss"/>
21
<arch>i586</arch>
22
<arch>x86_64</arch>
23
</repository>
24
<repository name="RHEL_5">
25
<path project="RHEL:5.5" repository="oss"/>
26
<arch>i586</arch>
27
<arch>x86_64</arch>
28
</repository>
29
<repository name="CentOS_5">
30
<path project="CentOS_5.5" repository="oss"/>
31
<arch>i586</arch>
32
<arch>x86_64</arch>
33
</repository>
34
</project>
35