Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORM - Support for binary (file) properties #2

Open
gllortc opened this issue Jan 30, 2020 · 0 comments
Open

ORM - Support for binary (file) properties #2

gllortc opened this issue Jan 30, 2020 · 0 comments
Labels
feature New feature (or rewriting old existing one) OTC.core OTC core library

Comments

@gllortc
Copy link
Owner

gllortc commented Jan 30, 2020

Add a new attribute to create a new type of class property supporting files stored in SQLite (to use for manuals, images, etc.).

This new property typu should implement a new class FileProperty that allows store BLOB dada, filename and also implement methods to store and retrieve the files out of the ORM actions (get, save, etc).

@gllortc gllortc added feature New feature (or rewriting old existing one) OTC.core OTC core library labels Jan 30, 2020
@gllortc gllortc changed the title Support file properties ORM - Support for file properties Mar 11, 2020
@gllortc gllortc changed the title ORM - Support for file properties ORM - Support for binary (file) properties May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature (or rewriting old existing one) OTC.core OTC core library
Projects
None yet
Development

No branches or pull requests

1 participant