List of Computer Science courses with video lectures.
-
Updated
Dec 21, 2022
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.
List of Computer Science courses with video lectures.
Database migrations. CLI and Golang library.
A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Brings SQL and AI together.
An opinionated guide on how to become a professional Web/Mobile App Developer.
PostgreSQL
A curated list of awesome tools for SQLAlchemy
Automated NoSQL database enumeration and web application exploitation tool.
Data mapping and persistence toolkit for Ruby
Roaring bitmaps in Go (golang)
ReadySet is a lightweight SQL caching engine written in Rust that helps developers enhance the performance and scalability of existing applications.
Skytable is a fast, secure and reliable realtime NoSQL database with keyspaces, tables, data types, authn/authz, snapshots and more to build powerful apps
python async orm with fastapi in mind and pydantic validation
Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.