Home

Awesome

Arduino Extended Database Library

This Arduino Extended Database Library increases the maximum number of records allowed in a database from 256 records (byte) to a theoretical maximum of 4,294,967,295 records (unsigned long). The maximum record size was also increased from 256 bytes (byte) to 65,534 bytes (unsigned int).

You may use this library in conjunction with the standard Arduino EEPROM library, an external EEPROM such as the AT24C1024, or any other platform that supports byte level reading and writing such as an SD card.

Extended Database Library project's home at the Arduino Playground

Credits

This is a re-implementation of the Arduino Database Library originally written by Madhusudana das.

Install

Getting Started

Examples

Releases

1.0.6 - Nov 2, 2017

1.0.5 - Oct 4, 2016

1.0.4 - Aug 6, 2016

1.0.3 - Aug 6, 2016

1.0.2 - Feb 12, 2016

1.0.0 - Feb 12, 2016

0.7.0 - Dec 8, 2009