On 30/6/2015 11:11 PM, Stephen Chrzanowski wrote:
> There are a few posts in this mailing list that have people putting up
> public domain database structures, with data, for different things to
> track.  Google search also has come up with a few out there as well, but,
> you really got to nail down the query as just searching for "Public domain
> database" puts SQLite itself up at the top of the list.
>
> If you want to work ground up, I'd recommend coming up with one of the
> following
> - Address/Contact book (Already mentioned)
> - Game tracking database
> - Twitter type of  database
> - Notes database (Say, heading, sub-headings, content, footers stored in a
> different table, etc)
> - Library database - Keep tabs on owned books, ISBN numbers (Plenty of free
> ISBN lookup services), who's borrowed what
> - Authentication system
>


Or something like the database for the open source Radiant CMS - the 
application is written in Rails but has a nice, just-complex-enough 
schema that spans hierarchy, pages, page parts, authors, 
authentications, authorizations, etc.

Best Regards,
Mohit.


Reply via email to