James W. Freeman
James W. Freeman (June 17, 1842 – May 31, 1895) was an American businessman and politician.
Born in St. Louis, Missouri, Freeman moved with his family to the town of Avon, Rock County, Wisconsin Territory in 1844. In 1855, Freeman and his family settled in Lafayette County, Wisconsin. Freeman was a grain and stock dealer. He was also involved in the mining industry. Freeman served as town chairman and mayor of Shullsburg, Wisconsin. Freeman served in the Wisconsin State Assembly in 1887, 1889, and 1895 and was a Republican. Freeman died in a hospital in Milwaukee, Wisconsin while still in office from complications in the removal of a mastoid abscess.[1][2]
Notes
- 'Wisconsin Blue Book 1895,' Biographical Sketch of James W. Freeman, pg. 683
- 'James W. Freeman Dead,' Monroe Evening Times, June 1, 1895, pg. 1
gollark: Nim.
gollark: There's an array of SQL scripts a bit above it.
gollark: Check out minoteaur's advanced™ migration engine:```nimproc migrate*(db: DbConn) = let currentVersion = fromDbValue(get db.value("PRAGMA user_version"), int) for mid in (currentVersion + 1) .. migrations.len: db.transaction: logger.log(lvlInfo, "Migrating to schema " & $mid) db.execScript migrations[mid - 1] db.exec("PRAGMA user_version = " & $mid) logger.log(lvlDebug, "DB ready")```
gollark: My DB-using projects include all migration capability too, if sometimes limited to a bunch of `CREATE TABLE IF NOT EXISTS` calls, but if I ever *needed* it I would just make them able to call some functions to migrate the rows.
gollark: Well, yes, unless you write an extension for it, but no fixed length ones, and I can just do complex stuff in the program.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.