Skip to content

HBB-ThinkTank/musicbrainz-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

musicbrainz-sqlite

MusicBrainz Database for SQLite

MusicBrainz provided for daily dumps of the complete database and additionally provides users with the SQL code to create its database schema. Unfortunately this is written in PostgreSQL.

SQLite is a relational database management system contained in a C programming library which is not a client–server database engine (unlike MySQL or PostgreSQL). It is cross-platform and in the public domain.

But it speaks a different SQL dialect than PostgreSQL so it needs a different SQL code repository.

About

MusicBrainz Database for SQLite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published