Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Jan 12, 2024
1 parent c674e03 commit 0bf8f5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/csvw/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
a column `context`, which stores the name of the foreign key column from which a row in the
assocation table was created.
Other list-valued columns work in two different ways: If the atomic datatype is `string`, the
specified separator is used to create a concatenated string representation in the database field.
Otherwise, the list of values is serialized as JSON.
SQL table and column names can be customized by passing a translator callable when instantiating
a :class:`Database`.
Expand Down

0 comments on commit 0bf8f5a

Please sign in to comment.