| 1 |
(Template for release announcements) |
|---|
| 2 |
|
|---|
| 3 |
Subject: [ANN] Schevo 200_ ____ Software Release |
|---|
| 4 |
|
|---|
| 5 |
Distribution list: |
|---|
| 6 |
schevo-announce@lists.schevo.org |
|---|
| 7 |
schevo-devel@lists.schevo.org |
|---|
| 8 |
durus-users@mems-exchange.org |
|---|
| 9 |
db-sig@python.org |
|---|
| 10 |
python-announce@python.org |
|---|
| 11 |
http://freshmeat.net/projects/schevo/ |
|---|
| 12 |
|
|---|
| 13 |
=================================== |
|---|
| 14 |
Schevo 200_ ____ Software Release |
|---|
| 15 |
=================================== |
|---|
| 16 |
|
|---|
| 17 |
Orbtech, L.L.C. and the Schevo team are pleased to announce the |
|---|
| 18 |
availability of the 200_ ____ software release of Schevo and related |
|---|
| 19 |
support packages. |
|---|
| 20 |
|
|---|
| 21 |
Details and installation information are available at: |
|---|
| 22 |
|
|---|
| 23 |
http://schevo.org/trac/wiki/SoftwareRelease-200_-__ |
|---|
| 24 |
|
|---|
| 25 |
General information about Schevo is available at: |
|---|
| 26 |
|
|---|
| 27 |
http://schevo.org/ |
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
Upgrades in this release |
|---|
| 31 |
======================== |
|---|
| 32 |
|
|---|
| 33 |
* ... |
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
New packages in this release |
|---|
| 37 |
============================ |
|---|
| 38 |
|
|---|
| 39 |
* ... |
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 |
Changelog for this release |
|---|
| 43 |
========================== |
|---|
| 44 |
|
|---|
| 45 |
* ... |
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 |
What is Schevo |
|---|
| 49 |
============== |
|---|
| 50 |
|
|---|
| 51 |
Schevo is a next-generation DBMS that focuses on the following: |
|---|
| 52 |
|
|---|
| 53 |
* **Rapid Development**: Schevo includes features to make it easy and |
|---|
| 54 |
fun to create even the most complex of databases. Not only is the |
|---|
| 55 |
schema syntax easy to write and understand, you can also quickly |
|---|
| 56 |
place initial values in your schema that are required by your |
|---|
| 57 |
database, and use the same syntax to create sets of sample data to |
|---|
| 58 |
use during development. |
|---|
| 59 |
|
|---|
| 60 |
* **User Interface Generation**: Schevo provides user interface |
|---|
| 61 |
toolkits that take advantage of the richness of the database |
|---|
| 62 |
schema. You can use the full-featured Schevo Navigator to interact |
|---|
| 63 |
with your database without writing a single line of code outside of |
|---|
| 64 |
your database schema. A PyQt-based toolkit is already available, and |
|---|
| 65 |
PyGtk and TurboGears toolkits are in the works. |
|---|
| 66 |
|
|---|
| 67 |
* **Rich Schema Definition**: The schema for a Schevo database is |
|---|
| 68 |
written in concise, easy-to-read Python code. Not only does the |
|---|
| 69 |
schema describe how information in the database is structured, but |
|---|
| 70 |
also defines all transactions and rules that ensure database |
|---|
| 71 |
integrity. |
|---|
| 72 |
|
|---|
| 73 |
* **Automated Schema Evolution**: Once a Schevo database is deployed |
|---|
| 74 |
and is used to store valuable data, you will inevitably make further |
|---|
| 75 |
changes to the structure of the database. Schevo assists you in this |
|---|
| 76 |
task and makes it easy to restructure a database and facilitate the |
|---|
| 77 |
migration of data from one schema version to the next. |
|---|
| 78 |
|
|---|
| 79 |
* **Transaction Based**: Schevo is designed from the ground up to |
|---|
| 80 |
protect your data. All changes to a Schevo database must be done |
|---|
| 81 |
using transactions, and Schevo ensures that those transactions |
|---|
| 82 |
always leave the database in a consistent state. |
|---|