|
2 | 2 | "@context": "https://doi.org/10.5063/schema/codemeta-2.0", |
3 | 3 | "@type": "SoftwareSourceCode", |
4 | 4 | "identifier": "nodbi", |
5 | | - "description": "Simplified JSON document database access and manipulation, providing a common API across supported 'NoSQL' databases 'Elasticsearch', 'CouchDB', 'MongoDB' as well as 'SQLite/JSON1', 'PostgreSQL', and 'DuckDB'.", |
6 | | - "name": "nodbi: 'NoSQL' Database Connector", |
| 5 | + "description": "R database interface for creating, reading (querying and listing fields), updating and deleting of individual or many JSON documents, providing a common API across supported databases ('SQLite', 'PostgreSQL', 'DuckDB' and 'NoSQL' databases 'MongoDB', 'CouchDB' and 'Elasticsearch').", |
| 6 | + "name": "nodbi: 'NoSQL' Database Interface", |
7 | 7 | "relatedLink": ["https://docs.ropensci.org/nodbi/", "https://CRAN.R-project.org/package=nodbi"], |
8 | 8 | "codeRepository": "https://github.com/ropensci/nodbi", |
9 | 9 | "issueTracker": "https://github.com/ropensci/nodbi/issues", |
|
316 | 316 | "applicationCategory": "Databases", |
317 | 317 | "isPartOf": "https://ropensci.org", |
318 | 318 | "keywords": ["database", "MongoDB", "Elasticsearch", "CouchDB", "SQLite", "PostgreSQL", "DuckDB", "NoSQL", "JSON", "documents", "rstats", "nosql", "couchdb", "mongodb", "elasticsearch", "r", "r-package", "sqlite", "postgresql"], |
319 | | - "fileSize": "669.266KB", |
| 319 | + "fileSize": "676.108KB", |
320 | 320 | "releaseNotes": "https://github.com/ropensci/nodbi/blob/main/NEWS.md", |
321 | 321 | "readme": "https://github.com/ropensci/nodbi/blob/master/README.md", |
322 | 322 | "contIntegration": ["https://github.com/ropensci/nodbi/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/rfhb/nodbi"], |
|
0 commit comments