All Projects → liu-jianhao → Cmu 15 445

liu-jianhao / Cmu 15 445

CMU的数据库系统课程

Programming Languages

c
50402 projects - #5 most used programming language
cpp11
221 projects

Projects that are alternatives of or similar to Cmu 15 445

Database rewinder
minimalist's tiny and ultra-fast database cleaner
Stars: ✭ 685 (+470.83%)
Mutual labels:  database, sqlite3
D2sqlite3
A small wrapper around SQLite for the D programming language
Stars: ✭ 67 (-44.17%)
Mutual labels:  database, sqlite3
Android dbinspector
Android library for viewing and sharing in app databases.
Stars: ✭ 881 (+634.17%)
Mutual labels:  database, sqlite3
Edge Sql
Cloudflare Workers providing a SQL API
Stars: ✭ 429 (+257.5%)
Mutual labels:  database, sqlite3
Litetree
SQLite with Branches
Stars: ✭ 1,357 (+1030.83%)
Mutual labels:  database, sqlite3
Denodb
MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Stars: ✭ 498 (+315%)
Mutual labels:  database, sqlite3
Fluent Sqlite Driver
Fluent driver for SQLite
Stars: ✭ 51 (-57.5%)
Mutual labels:  database, sqlite3
Rsqlite
R interface for SQLite
Stars: ✭ 225 (+87.5%)
Mutual labels:  database, sqlite3
Pouchdb Adapter React Native Sqlite
PouchDB adapter using ReactNative SQLite as its backing store
Stars: ✭ 98 (-18.33%)
Mutual labels:  database, sqlite3
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+955.83%)
Mutual labels:  database, sqlite3
Sqlboiler
Generate a Go ORM tailored to your database schema.
Stars: ✭ 4,497 (+3647.5%)
Mutual labels:  database, sqlite3
Sqlite ecto2
Sqlite3 adapter for Ecto 2.2.x
Stars: ✭ 117 (-2.5%)
Mutual labels:  database, sqlite3
Squeal
A Swift wrapper for SQLite databases
Stars: ✭ 303 (+152.5%)
Mutual labels:  database, sqlite3
Qb
The database toolkit for go
Stars: ✭ 524 (+336.67%)
Mutual labels:  database, sqlite3
Mikro Orm
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
Stars: ✭ 3,874 (+3128.33%)
Mutual labels:  database, sqlite3
Perfect Sqlite
A stand-alone Swift wrapper around the SQLite 3 client library.
Stars: ✭ 42 (-65%)
Mutual labels:  database, sqlite3
Pydbgen
Random dataframe and database table generator
Stars: ✭ 191 (+59.17%)
Mutual labels:  database, sqlite3
Better Sqlite3
The fastest and simplest library for SQLite3 in Node.js.
Stars: ✭ 2,778 (+2215%)
Mutual labels:  database, sqlite3
Sqlite3 Ocaml
OCaml bindings to the SQLite3 database
Stars: ✭ 77 (-35.83%)
Mutual labels:  database, sqlite3
Sqlite3 Encryption
The easiest way to build SQLite3 with encryption support on Windows. Compilation of DLL, SLL or shell is now a matter of minutes
Stars: ✭ 102 (-15%)
Mutual labels:  database, sqlite3

CMU-15-445

课程地址

CMU的数据库系统课程时间表

课程简介

该课程是CMU的数据库系统的基础课程,实验需要使用C++11,一共有四个实验:

  1. 缓冲池管理器
  2. B+树
  3. 并发控制
  4. 记录和恢复 实验代码在Lab目录下,如果想获得没完成实验前的代码,可以在github搜索,找找就有了。

每次实验我都写了一些笔记和总结,分别在不同的文件夹下。

建议

每次实验前都要理解透该次实验的理论知识,不然是不可能完成实验的。

建议是先看《数据库系统概念》相关的内容,然后看相应的ppt或者课程视频(B站)。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].