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 :format and :lispify to retrieve-by-sql #141

Merged
merged 2 commits into from
Jun 15, 2024

Conversation

fukamachi
Copy link
Owner

  • :format:
    • The format of each row in results. Must be one of :plist, :alist, :hash-table and :values.
    • The default is :plist.
  • :lispify:
    • A flag whether keys in result rows are converted to upcased kebab keywords.
    • If :format is :plist (default), this is t. Otherwise, it is nil.

@fukamachi fukamachi force-pushed the retrieve-by-sql-improvements branch from 7c0b363 to c2d77e3 Compare June 15, 2024 14:00
@fukamachi fukamachi merged commit e957ca0 into master Jun 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant