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

Add read capability #6

Open
qboot opened this issue Nov 12, 2017 · 0 comments
Open

Add read capability #6

qboot opened this issue Nov 12, 2017 · 0 comments
Assignees
Labels

Comments

@qboot
Copy link
Owner

qboot commented Nov 12, 2017

Coder l'équivalent du SELECT en SQL.
Parser un fichier yaml (par exemple person.yml) pour en extraire chaque enregistrement.
Faire plusieurs fonctions pour :

  • findAllRecords(db_name, table_name)
  • findRecords(db_name, table_name, record_name, record_value)

Peut-être passer un tableau de records en paramètre si le SELECT comporte un WHERE avec plusieurs conditions ? I don't know 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants