# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "sqlq" in publications use:' type: software license: AGPL-3.0-only title: 'sqlq: ''SQL'' Query Builder' version: 1.0.1 doi: 10.32614/CRAN.package.sqlq abstract: Allows to build complex 'SQL' (Structured Query Language) queries dynamically. Classes and/or factory functions are used to produce a syntax tree from which the final character string is generated. Strings and identifiers are automatically quoted using the right quotes, using either ANSI (American National Standards Institute) quoting or the quoting style of an existing database connector. Style can be configured to set uppercase/lowercase for keywords, remove unnecessary spaces, or omit optional keywords. authors: - family-names: Roger given-names: Pierrick email: pierrick.roger@cea.fr orcid: https://orcid.org/0000-0001-8177-4873 repository: https://pkrog.r-universe.dev repository-code: https://gitlab.com/cnrgh/databases/r-sqlq commit: 937108373858352b70d8170cffac3a5bb9e26a1a url: https://gitlab.com/cnrgh/databases/r-sqlq date-released: '2025-09-16' contact: - family-names: Roger given-names: Pierrick email: pierrick.roger@cea.fr orcid: https://orcid.org/0000-0001-8177-4873