Skip to content

General database for chromebooks and what drivers they require for windows

License

Notifications You must be signed in to change notification settings

death7654/ChromebookDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromebook Database

shields   shields   shields

General database for chromebooks and what drivers they require for windows. Contains ID, boardname, device name, cpu brand, cpu generation, and what drivers are avaliable for the device

To add to the database, simply connect to the database and execute

INSERT INTO `chromebooks` (board_name, device_name, cpu_brand, cpu_generation, cpu_codename, avaliable_drivers) VALUES ('board_name','device_name','cpu_brand','cpu_generation','cpu_codename','avaliable_drivers');

Export the database, and in terminal run

cargo run

About

General database for chromebooks and what drivers they require for windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages