AT24C32 usage with or without EDB library

I see that there is no library for AT24C32, is there?!
and can I use the EDB library with the AT24C32?! and How?!

There are libraries for the AT24cxx chips. Search Google.

yeh, thank you marco_c
I find this one: Arduino Projekte
this code write and read byte from AT24C32, so the byte limit is: 4096 bytes.
I needs to increase the number of records, how to do that?!
is the EDB library help me?! knowing that, I test the library on the following link:
Arduino Playground - ExtendedDatabaseLibrary
but it seem to be not working?! (also i test it with the internal EEPROM but also didn't work!)