Skip to content

Releases: samarthya/pydb

v9

Choose a tag to compare

@samarthya samarthya released this 05 Jan 15:13
  • Added some test cases

v8

v8

Choose a tag to compare

@samarthya samarthya released this 05 Jan 00:57
  • Added some basic encryption

v7

v7

Choose a tag to compare

@samarthya samarthya released this 02 Jan 19:01
  • Added menu as action using argparse library

v6

v6

Choose a tag to compare

@samarthya samarthya released this 02 Jan 18:50
  • Menu driven program

v5

v5

Choose a tag to compare

@samarthya samarthya released this 02 Jan 18:45
  • 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

v4

Choose a tag to compare

@samarthya samarthya released this 02 Jan 18:42
  • Added unique to email and does not overwrite if added again.

v3

v3

Choose a tag to compare

@samarthya samarthya released this 02 Jan 18:35
  • Added encapsulation using classes
  • Divided code into three files

v2

v2

Choose a tag to compare

@samarthya samarthya released this 02 Jan 18:30
  • Added the table configuration as JSON
  • Same example but reading the configuration from JSON

Example base

Choose a tag to compare

@samarthya samarthya released this 02 Jan 18:26

This is the base example that has the first version of the DB committed.