pymapdl
pymapdl copied to clipboard
feat: database module improvements
Description
As the title.
Small database modul improvements I'm doing while I try to fix #3248
Issue linked
Related #3248
Checklist
- [x] I have visited and read Develop PyMAPDL.
- [ ] I have tested my changes locally
- [x] I have added necessary documentation or updated existing documentation.
- [x] I have followed the PyMAPDL coding style guidelines.
- [x] I have added appropriate unit tests that also ensure the minimal coverage criteria.
- [x] I have reviewed my changes before submitting this pull request.
- [x] I have linked the issue or issues that are solved to the PR if any.
- [x] I have assigned this PR to myself.
- [x] I have marked this PR as
draftif it is not ready to be reviewed yet. - [x] I have made sure that the title of my PR follows Commit naming conventions (e.g.
feat: adding new MAPDL command)