Questions tagged [drizzle]

Drizzle is a transactional, relational, community-driven open-source database that is forked from the popular MySQL database.

Drizzle is a transactional, relational, community-driven open-source database that is forked from MySQL.

The Drizzle team has removed non-essential code, has re-factored the remaining code, and has converted the code to modern C++ and modern libraries.

Charter

  • A database optimized for Cloud infrastructure and Web applications
  • Design for massive concurrency on modern multi-CPU architectures
  • Optimize memory use for increased performance and parallelism
  • Open source, open community, open design

Scope

  • Re-designed modular architecture providing plugins with defined APIs
  • Simple design for ease of use and administration
  • Reliable, ACID transactional
47 questions
0
votes
1 answer

Access Drizzle databases through MySQL

This is an odd (probably stupid) question but is it possible to manipulate a Drizzle database through MySQL stored procedures? The reason I need to do this is that I'm migrating my MySQL database (which contains a lot of stored procedures) to…
CobaltBabyBear
  • 2,188
  • 6
  • 26
  • 47
-2
votes
1 answer

Is it better practice for a React Dapp to a call a Smart Contract using Drizzle or Web3?

For my React Dapp to call my smart contracts running on the ethereum block chain, is it better practice to use the Drizzle framework or call Web3 directly?
Kojof
  • 429
  • 7
  • 15
  • 23
1 2 3
4