-
Notifications
You must be signed in to change notification settings - Fork 0
Database types
ancap-kun edited this page Feb 17, 2023
·
1 revision
Available database types in DatabaseAPI:
sqlite, mysql, maria-db, postgresql, oracle, sql-server, sql-server-jtdc, derby-local, derby-server, hsqldb, netezza, odbc.
For all databases except sqlite, you need to install an additional driver pot. You will find it in the framework releases.
-
Создание плагина
- Создание main-класса
- Настройка ancapplugin.yml
- Использование AncapPluginAPI
- Использование LanguageAPI
- Использование CommunicatorAPI
- Использование ConfigurationAPI
- Использование CommandAPI
- Использование DatabaseAPI
- Использование EventAPI
- Использование MaterialAPI
- Использование WorldIteratorAPI
- Использование BukkitUtil
- Использование ResourceAPI
-
- Creating main class
- Setting up the ancapplugin.yml
- Using the AncapPluginAPI
- Using the LanguageAPI
- Using the CommunicatorAPI
- Using the ConfigurationAPI
- Using the CommandAPI
- Using the DatabaseAPI
- Using the EventAPI
- Using the MaterialAPI
- Using the WorldIteratorAPI
- Using the BukkitUtil
- Using the ResouceAPI