https://github.com/borysn/addressbook
("final" update for project comming soon) using MySQL C API to create a functional address book. You will of course have to create your own MySQL database and tables. I provided the SQL query necessary to do so.
https://github.com/borysn/addressbook
Last synced: about 1 year ago
JSON representation
("final" update for project comming soon) using MySQL C API to create a functional address book. You will of course have to create your own MySQL database and tables. I provided the SQL query necessary to do so.
- Host: GitHub
- URL: https://github.com/borysn/addressbook
- Owner: borysn
- Created: 2012-03-02T08:58:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T23:41:55.000Z (over 10 years ago)
- Last Synced: 2025-03-30T02:01:39.638Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 964 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AddressBook
using MySQL C API to create a functional address book.
Just another weekend project. Play to learn.