readwritesqlite icon indicating copy to clipboard operation
readwritesqlite copied to clipboard

An R package that enhances writing and reading data to and from SQLite databases

Results 10 readwritesqlite issues
Sort by recently updated
recently updated
newest added

not an issue when using column type `TIMESTAMP` in table definition ```r data

Type: Bug
Importance: High
Timeline: Soon

This will deal with issue #37

Difficulty: Intermediate
Effort: Medium
Importance: High
Timeline: Now
Type: Feature

I can create a table and set the type to be integer, but rws_write will still write a table containing a text column (i.e. no error at this stage). If...

if true, all spatial tables should be written as layers to one gpkg. The gpkg name should be database name

Difficulty: Intermediate
Effort: Small

Difficulty: Intermediate
Effort: Medium
Importance: Medium
Timeline: Soon
Type: Feature

Difficulty: Intermediate
Effort: Medium
Importance: High
Timeline: Soon
Type: Feature

in particular 1) read in data 2) drop table 3) repopulate

Difficulty: Advanced
Effort: Large
Importance: Medium
Timeline: Soon
Type: Feature

There is useful metadata stored in the attributes of a variable, and it would be nice to have that saved in the database along with the other metadata. Specifically, I...

Difficulty: Advanced
Effort: Medium
Importance: Medium
Timeline: Soon
Type: Feature

Seems odd - so incredibly sorry if this is actually just a system specific error. Seems to install fine with pak from github.... was originally 4.4.0 ``` > pak::pkg_install('readwritesqlite') ✔...