pyecore-based MDB for EOQ3
Project description
eoq3pyecoremdb - pyecore-based MDB for EOQ3
This is a model database (MDB) for EOQ3 based on the pyecore framework, but with full compatibility to EOQ3's CRUD interface and Concepts.
Usage
from eoq3pyecoremdb import PyEcoreMdb #requres pyecoremdb to be installed
mdb = PyEcoreMdb()
domain = DomainWithMdb(mdb)
Access to CRUD interface. This is normally not recomended, because it bypasses the domain.
mdb.Create(classId, createArgs, target, recoveryArgs)
mdb.Read(target, featureName, context)
mdb.Update(target, featureName, value, position)
mdb.Delete(self, target)
Implementation
Large parts of the wrapper between pyecore an EOQ3 are generated from the concepts generation. To regenerate use:
gen/generatepyecoremdb.py
Documentation
For more information see EOQ3 documentation: https://eoq.gitlab.io/doc/eoq3/
Author
2024 Bjoern Annighoefer
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eoq3pyecoremdb-3.1.0.tar.gz.
File metadata
- Download URL: eoq3pyecoremdb-3.1.0.tar.gz
- Upload date:
- Size: 108.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e430d689349e5357d16349afcb0e0ff80be78d84a8f34c7ae83176cc1a1a26b
|
|
| MD5 |
536f06bfd2d3d74a507182dc9d7cffa7
|
|
| BLAKE2b-256 |
a6ed743d3c91f9dab99ec4ed0874b71040c66b332575085236f9a276eff53feb
|
File details
Details for the file eoq3pyecoremdb-3.1.0-py3-none-any.whl.
File metadata
- Download URL: eoq3pyecoremdb-3.1.0-py3-none-any.whl
- Upload date:
- Size: 111.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8d9cee0e77c0db4539ac553cf2dda4295cf00894e2d9e12b5a9bc61a3bab905
|
|
| MD5 |
5dbf9b40e98a30a728858341bfccdc04
|
|
| BLAKE2b-256 |
d240c17ca47593d2c4d327f6474dc7459f5c84a9776e7d9cbe4411ad685ec33c
|