Package: supabaseR
Title: 'CRUD' Utils in 'R' for 'Supabase'
Version: 1.0.1
Authors@R: c(
person("Deepansh", "Khurana", , "deepanshkhurana@outlook.com", role = c("aut", "cre")),
person("Maciej", "Banas", , "banasmaciek@gmail.com", role = "aut")
)
Description: An dual-paradigm interface to 'Supabase'
(), an open-source backend-as-a-service
platform. Provides comprehensive database operations including
Create, Read, Update, Delete ('CRUD') functionality through
both REST API endpoints and direct 'PostgreSQL' database
connections. Simplifies authentication, data management, and
schema operations for 'Supabase' projects.
License: MIT + file LICENSE
URL: https://deepanshkhurana.github.io/supabaseR/,
https://github.com/DeepanshKhurana/supabaseR
BugReports: https://github.com/DeepanshKhurana/supabaseR/issues
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports: checkmate, cli, DBI, dplyr, glue, httr2, RPostgres
Suggests: jsonlite, mockery, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
Config/pak/sysreqs: libssl-dev libpq-dev
Repository: https://deepanshkhurana.r-universe.dev
Date/Publication: 2026-04-23 08:32:30 UTC
RemoteUrl: https://github.com/deepanshkhurana/supabaser
RemoteRef: HEAD
RemoteSha: d9754ce7399bae3f66f9520c06143673b02ea2ba
NeedsCompilation: no
Packaged: 2026-06-22 10:19:30 UTC; root
Author: Deepansh Khurana [aut, cre],
Maciej Banas [aut]
Maintainer: Deepansh Khurana
Depends: R (>= 4.1.0)