ANN: dulce 0.1 - in-memory schema-less relational database

P

Paul McGuire

dulce is a syntactic "sweet" wrapper for managing collections of
Python objects like relational tables. No schema definition is used;
instead table columns are introspected from the attributes of objects
inserted into the table, and inferred from index and query
parameters. dulce's Tables can be:
- indexed
- queried
- joined
- imported from/exported to .CSV files

Also, every query or join returns a new full-fledged dulce Table - no
distinction of Tables vs. DataSets vs. RecordSets vs. whatever. So it
is easy to build up a complex database analysis from a succession of
joins and queries.

dulce is a simple environment for experimenting with tables, joins,
and indexing, with a minimum of startup overhead. You can download
dulce at http://sourceforge.net/projects/pythondulce/ - htmldocs can
be viewed at http://ptmcg.zapto.org/dulce/htmldoc/index.html.

-- Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top