Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.71 KB

File metadata and controls

25 lines (21 loc) · 1.71 KB

tMLDB - The tModLoader Database

tMLDB is a site which tracks and displays information about Terraria mods.

  • See the subscriber count, views and other statistics over time for any mod
  • Search and find mod creators to see all their mods and aggregated statistics
  • View a searchable, sortable list of all mods with filters for tags and versions

Gallery

image image
image image
image image
image

Stack

  • Frontend: Svelte / SvelteKit
  • Backend API: ASP.NET
  • Database Access: NpgSQL+Dapper

Data source

The data for this site is sourced from two locations. Up-to-date data is fetched from tMLAPIs (SteamAPI) for the /mod and /creator pages. Historical data and mod list data is queried from the Database. The Historical data is updated daily, while the mod list is updated hourly.