Skip to content
#

skill

Here are 249 public repositories matching this topic...

一个基于Entity-Component模式的灵活、通用、可扩展的轻量战斗(技能)框架,配置可选使用ScriptableObject或是Excel表格. A flexible, generic, easy to extend, lightweight combat (skills) framework based on Entity-Component pattern. Configuration can choose to use ScriptableObject or Excel tables.

  • Updated Jan 6, 2022
  • C#
ribrea
ribrea commented Feb 10, 2022

In CRMs there are a lot of datastore and being fast is so important, I thought it would be great if we try to add PostgreSQL as a Database to the project and add a Setting to manage and switch between Database as:

# in setting.py
# -- Snip
Postgres = True
if Postgres:
  DATABASES = {
      'default': {
          'ENGINE': 'django.db.backends.postgresql_psycopg2',
          'NAM
good first issue

Improve this page

Add a description, image, and links to the skill topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the skill topic, visit your repo's landing page and select "manage topics."

Learn more