-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathsite.ts
More file actions
26 lines (26 loc) · 1.08 KB
/
Copy pathsite.ts
File metadata and controls
26 lines (26 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
export const SITE = {
url: "https://sqlritedb.com",
twitterHandle: "@CodePolyglot",
version: "0.14.0",
repo: "https://github.com/joaoh82/rust_sqlite",
discord: "https://discord.gg/dHPmw89zAE",
docsRs: "https://docs.rs/sqlrite-engine",
releases: "https://github.com/joaoh82/rust_sqlite/releases",
releasesLatest: "https://github.com/joaoh82/rust_sqlite/releases/latest",
medium: "https://medium.com/the-polyglot-programmer",
cratesIo: "https://crates.io/crates/sqlrite-engine",
pypi: "https://pypi.org/project/sqlrite/",
npm: "https://www.npmjs.com/package/@joaoh82/sqlrite",
npmWasm: "https://www.npmjs.com/package/@joaoh82/sqlrite-wasm",
archDoc:
"https://github.com/joaoh82/rust_sqlite/blob/main/docs/architecture.md",
roadmapDoc:
"https://github.com/joaoh82/rust_sqlite/blob/main/docs/roadmap.md",
// Author socials. Update if the canonical handles change.
socials: {
github: "https://github.com/joaoh82",
linkedin:
"https://www.linkedin.com/in/jo%C3%A3o-henrique-machado-silva-54884815/",
twitter: "https://x.com/CodePolyglot",
},
} as const;