Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliendelplanque/easycrud
A framework to perform CRUD on relational databases easily from Pharo.
https://github.com/juliendelplanque/easycrud
crud databases pharo
Last synced: 4 days ago
JSON representation
A framework to perform CRUD on relational databases easily from Pharo.
- Host: GitHub
- URL: https://github.com/juliendelplanque/easycrud
- Owner: juliendelplanque
- License: mit
- Created: 2017-08-24T19:29:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T18:49:18.000Z (about 7 years ago)
- Last Synced: 2024-10-31T07:05:32.649Z (about 2 months ago)
- Topics: crud, databases, pharo
- Language: Smalltalk
- Size: 421 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyCRUD
![Logo of EasyCRUD](https://raw.githubusercontent.com/juliendelplanque/EasyCRUD/master/doc/logo.png)
A framework to perform CRUD on relational databases easily from Pharo.
## How does it works?
![How does it works?](https://raw.githubusercontent.com/juliendelplanque/EasyCRUD/master/doc/layers.png)This section is not finished.
### Generic View
TODO
### Database Description
TODO
### Serializable
TODO
### Adapter
TODO