index
:
yaqlite
master
update
A bridge between YAML and SQLite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-03-12
Convert `yaml::Yaml` values to `rusqlite::ToSql`
Teddy Wing
2022-03-12
yaml_extract: Trying to build up a SQL insert statement
Teddy Wing
2022-03-10
Start encoding SQLite affinity rules
Teddy Wing
2022-03-09
Idea for getting SQLite type affinity from a type string
Teddy Wing
2022-03-09
get_column_names(): Add a note to map to the enum type instead of String
Teddy Wing
2022-03-09
get_column_names(): Also get column type
Teddy Wing
2022-03-09
yaml_extract(): Fix code from transaction argument idea
Teddy Wing
2022-03-09
Add TODO for column type
Teddy Wing
2022-03-09
Idea for inserting values from YAML into SQLite table
Teddy Wing
2022-03-09
Check if YAML hash key matches column name
Teddy Wing
2022-03-09
get_column_names(): Put column names in a `HashMap`
Teddy Wing
2022-03-08
get_column_names(): Remove transaction code
Teddy Wing
2022-03-08
Get column names from SQLite table
Teddy Wing
2022-03-08
Try extracting YAML data
Teddy Wing
2022-03-07
Try reading and parsing a YAML file
Teddy Wing
2022-03-07
Add notes
Teddy Wing
2022-03-07
New Rust 1.59.0 project
Teddy Wing
2022-03-06
Idea for a program to convert between YAML and SQLite
Teddy Wing
[prev]