Releases: samarthya/pydb
Releases · samarthya/pydb
v9
Compare
Sorry, something went wrong.
No results found
v8
Compare
Sorry, something went wrong.
No results found
Added some basic encryption
v7
Compare
Sorry, something went wrong.
No results found
Added menu as action using argparse library
v6
Compare
Sorry, something went wrong.
No results found
v5
Compare
Sorry, something went wrong.
No results found
Overwrites in case the values conflicts. You will see the ID change if repeatedly invoked.
(17, ' John' , ' John@example.com' )
(18, ' Doe' , ' Doe@example.com' )
v4
Compare
Sorry, something went wrong.
No results found
Added unique to email and does not overwrite if added again.
v3
Compare
Sorry, something went wrong.
No results found
Added encapsulation using classes
Divided code into three files
v2
Compare
Sorry, something went wrong.
No results found
Added the table configuration as JSON
Same example but reading the configuration from JSON
Example base
Compare
Sorry, something went wrong.
No results found
This is the base example that has the first version of the DB committed.